Fix client development so that it uses the local ng binary; (#177)
This commit is contained in:
parent
e755a63a1b
commit
cbca00dfc1
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cd client || exit -1
|
||||
|
||||
ng server --hmr --host localhost --port 3000
|
||||
npm run ng -- server --hmr --host localhost --port 3000
|
||||
|
|
Loading…
Reference in a new issue