[cloud-api] add npm start for pm2 launch

This commit is contained in:
Evan Morikawa 2016-12-01 16:32:35 -05:00
parent b43be69cd3
commit aba77ca637
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
"eslint-plugin-react": "6.7.1"
},
"scripts": {
"start": "pm2 start ./pm2-dev.yml --no-daemon",
"postinstall": "lerna bootstrap"
},
"repository": {

View file

@ -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",