mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
Add npm run restart
This commit is contained in:
parent
98c17c9780
commit
c0d7902f9f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
"start": "pm2 start ./pm2-dev.yml; pm2 logs --raw | bunyan -o short",
|
||||
"logs": "pm2 logs --raw | bunyan -o short",
|
||||
"stop": "pm2 delete all",
|
||||
"restart": "npm run stop && npm run start",
|
||||
"postinstall": "lerna bootstrap"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue