diff options
Diffstat (limited to 'scripts/watch/client.sh')
-rwxr-xr-x | scripts/watch/client.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index 2481e2269..710c87037 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | cd client || exit -1 | 3 | set -eu |
4 | |||
5 | cd client | ||
4 | 6 | ||
5 | npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000 | 7 | npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000 |