From db400f447a9f7aae1c56fa25396e93069744483f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 May 2018 11:55:51 +0200 Subject: Upgrade to rxjs 6 --- scripts/watch/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/watch') diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index 710c87037..7dcce5861 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -4,4 +4,4 @@ set -eu cd client -npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000 +npm run ng -- serve --hmr --host 0.0.0.0 --disable-host-check --port 3000 -- cgit v1.2.3