From c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Dec 2019 15:33:58 +0100 Subject: Remove watch scripts --- scripts/dev/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dev/client.sh') diff --git a/scripts/dev/client.sh b/scripts/dev/client.sh index c630de2c4..d6669ed78 100755 --- a/scripts/dev/client.sh +++ b/scripts/dev/client.sh @@ -3,5 +3,5 @@ set -eu NODE_ENV=test npm run concurrently -- -k \ - "npm run watch:client" \ + "cd client && npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000" \ "npm run build:server && NODE_ENV=test npm start" -- cgit v1.2.3