aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/client.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-17 15:33:58 +0100
committerChocobozzz <me@florianbigard.com>2019-12-18 10:14:24 +0100
commitc026a2e67357bd4bd4fcc4c10f8c5cd4749435c9 (patch)
tree692d4f1b3b3dd68fc79cec4e3b5d1b93c72d037e /scripts/dev/client.sh
parent478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (diff)
downloadPeerTube-c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9.tar.gz
PeerTube-c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9.tar.zst
PeerTube-c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9.zip
Remove watch scripts
Diffstat (limited to 'scripts/dev/client.sh')
-rwxr-xr-xscripts/dev/client.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
3set -eu 3set -eu
4 4
5NODE_ENV=test npm run concurrently -- -k \ 5NODE_ENV=test npm run concurrently -- -k \
6 "npm run watch:client" \ 6 "cd client && npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000" \
7 "npm run build:server && NODE_ENV=test npm start" 7 "npm run build:server && NODE_ENV=test npm start"