Browse Source

Renamed start:all to start:dev

update-deps
Alex Mikhalev 7 years ago
parent
commit
4b85395302
  1. 2
      package.json

2
package.json

@ -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:*"

Loading…
Cancel
Save