remove i?

pull/55/head
villa7 2019-05-06 13:14:07 -04:00
parent 36a5248aa2
commit 593295c804
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 i && npm run db:migrate && npm run build:prod && npm run lift:prod",
"start:eb": "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",