mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Change stop script to use pm2 stop command instead of delete
This commit is contained in:
parent
04ab0d9034
commit
bc10ff453e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"scripts": {
|
||||
"start": "pm2 start ./pm2-dev.yml --watch; pm2 logs --raw | bunyan -o short",
|
||||
"logs": "pm2 logs --raw | bunyan -o short",
|
||||
"stop": "pm2 delete all",
|
||||
"stop": "pm2 stop all",
|
||||
"postinstall": "lerna bootstrap"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue