try regular lift

pull/53/head
unknown 2019-04-14 21:27:43 -04:00
parent 3bd5f3a576
commit 4c4b5b39d4
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",