Renamed start:all to start:dev

This commit is contained in:
Alex Mikhalev 2017-10-03 23:19:57 -06:00
parent 12d7ae684f
commit 4b85395302

View File

@ -15,7 +15,7 @@
"start:pretty": "yarn start | node dist/server/logging/prettyPrint.js", "start:pretty": "yarn start | node dist/server/logging/prettyPrint.js",
"start:nodemon": "NODE_ENV=development nodemon --exec \"node dist/server/index.js | node dist/server/logging/prettyPrint.js\"", "start:nodemon": "NODE_ENV=development nodemon --exec \"node dist/server/index.js | node dist/server/logging/prettyPrint.js\"",
"start:watch": "run-p watch:server start:nodemon", "start:watch": "run-p watch:server start:nodemon",
"start:all": "run-p start:dev-server start:watch", "start:dev": "run-p start:dev-server start:watch",
"lint:app": "tslint --project app --force --format verbose", "lint:app": "tslint --project app --force --format verbose",
"lint:server": "tslint --project server --force --format verbose", "lint:server": "tslint --project server --force --format verbose",
"lint": "run-p lint:*" "lint": "run-p lint:*"