]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/client.sh
Remove watch scripts
[github/Chocobozzz/PeerTube.git] / scripts / dev / client.sh
CommitLineData
0e4ffb4b
LA
1#!/bin/sh
2
3set -eu
93534495 4
6cca7360 5NODE_ENV=test npm run concurrently -- -k \
c026a2e6 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" \
66dd264f 7 "npm run build:server && NODE_ENV=test npm start"