mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
[cloud-api] add npm start for pm2 launch
This commit is contained in:
parent
b43be69cd3
commit
aba77ca637
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
"eslint-plugin-react": "6.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "pm2 start ./pm2-dev.yml --no-daemon",
|
||||
"postinstall": "lerna bootstrap"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
"imap": "0.8.18",
|
||||
"promise-props": "1.0.0",
|
||||
"promise.prototype.finally": "1.0.1",
|
||||
"rx": "4.1.0",
|
||||
"sequelize": "3.27.0",
|
||||
"underscore": "1.8.3",
|
||||
"rx": "4.1.0",
|
||||
"xoauth2": "1.2.0"
|
||||
},
|
||||
"author": "Nylas",
|
||||
|
|
Loading…
Reference in a new issue