fixed typo

pull/53/head
Dominik Michno 2019-04-08 15:09:54 -04:00
parent 7b28690599
commit 013c4ea43b
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:debug": "npm-run-all --parallel open:client debug",
"start:prod": "npm-run-all --parallel build:prod lift", "start:prod": "npm-run-all --parallel build:prod lift",
"start:client": "webpack-dev-server --mode development", "start:client": "webpack-dev-server --mode development",
"start:eb": "npm run db:migrate && npm run build && npm start" "start:eb": "npm run db:migrate && npm run build && npm start",
"lift": "sails lift", "lift": "sails lift",
"build": "npm run build:prod", "build": "npm run build:prod",
"build:dev": "webpack --mode development", "build:dev": "webpack --mode development",