eb lifts in prod

pull/55/head
Theodore Kluge 2019-05-06 11:14:37 -04:00 committed by GitHub
parent 6e08ce0d2b
commit 846abb09c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@
"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",
"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",
"build:dev": "webpack --mode development",
"build:prod": "webpack --mode production",