aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json1
-rwxr-xr-xscripts/watch/client.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7b30d24fa..8f72daa4d 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
43 "parse-log": "ts-node ./scripts/parse-log.ts", 43 "parse-log": "ts-node ./scripts/parse-log.ts",
44 "postinstall": "cd client && yarn install --pure-lockfile", 44 "postinstall": "cd client && yarn install --pure-lockfile",
45 "tsc": "tsc", 45 "tsc": "tsc",
46 "ng": "ng",
46 "nodemon": "nodemon", 47 "nodemon": "nodemon",
47 "ts-node": "ts-node", 48 "ts-node": "ts-node",
48 "tslint": "tslint", 49 "tslint": "tslint",
diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh
index 6d4759b4e..09dcc23ac 100755
--- a/scripts/watch/client.sh
+++ b/scripts/watch/client.sh
@@ -2,4 +2,4 @@
2 2
3cd client || exit -1 3cd client || exit -1
4 4
5ng server --hmr --host localhost --port 3000 5npm run ng -- server --hmr --host localhost --port 3000