pm2 doesnt seem to play nice with eb

pull/33/head
unknown 2019-04-24 12:38:10 -04:00
parent 2d32b4db54
commit 00ac6e7eae
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"start:debug": "npm-run-all --parallel open:client debug",
"start:prod": "npm-run-all --parallel build:prod lift",
"start:client": "webpack-dev-server --mode development",
"start:eb": "npm run db:migrate && npm run build:prod && npm run forever",
"start:eb": "npm run db:migrate && npm run build:prod && npm run lift",
"lift": "sails lift",
"build": "npm run build:prod",
"build:dev": "webpack --mode development",