diff options
author | Benjamin Bouvier <public@benj.me> | 2018-01-06 18:10:51 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-06 18:10:51 +0100 |
commit | cbca00dfc14fe47260e8d081f4ed0bec7c66fd09 (patch) | |
tree | 7e258770b39591f0f4f113cefed986cfd74edde1 /scripts/watch/client.sh | |
parent | e755a63a1baaa1ddc94abd7f26f6708e8cb869a9 (diff) | |
download | PeerTube-cbca00dfc14fe47260e8d081f4ed0bec7c66fd09.tar.gz PeerTube-cbca00dfc14fe47260e8d081f4ed0bec7c66fd09.tar.zst PeerTube-cbca00dfc14fe47260e8d081f4ed0bec7c66fd09.zip |
Fix client development so that it uses the local ng binary; (#177)
Diffstat (limited to 'scripts/watch/client.sh')
-rwxr-xr-x | scripts/watch/client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | ng server --hmr --host localhost --port 3000 | 5 | npm run ng -- server --hmr --host localhost --port 3000 |