run npm i on start:eb

pull/55/head
villa7 2019-05-06 12:57:28 -04:00
parent c209b20345
commit 36a5248aa2
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 lift:prod",
"start:eb": "npm i && npm run db:migrate && npm run build:prod && npm run lift:prod",
"lift": "sails lift",
"lift:prod": "sails lift --prod",
"build": "npm run build:prod",