Fix client development so that it uses the local ng binary; (#177)

This commit is contained in:
Benjamin Bouvier 2018-01-06 18:10:51 +01:00 committed by Chocobozzz
parent e755a63a1b
commit cbca00dfc1
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@
"parse-log": "ts-node ./scripts/parse-log.ts",
"postinstall": "cd client && yarn install --pure-lockfile",
"tsc": "tsc",
"ng": "ng",
"nodemon": "nodemon",
"ts-node": "ts-node",
"tslint": "tslint",

View file

@ -2,4 +2,4 @@
cd client || exit -1
ng server --hmr --host localhost --port 3000
npm run ng -- server --hmr --host localhost --port 3000