remove sudo from npm scripts

This commit is contained in:
luk.lu
2019-09-24 09:19:36 +08:00
parent 8f753c0f4b
commit 540b5467e9
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
```
以上命令已经被集成到 package.json 中,也可通过 npm 调用:
```
npm run mongod
sudo npm run mongod
```
2. 启动 fiv.server