]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev/client.sh
Add checkbox focus shadows, and admin resolution descriptions
[github/Chocobozzz/PeerTube.git] / scripts / dev / client.sh
1 #!/bin/sh
2
3 set -eu
4
5 NODE_ENV=test npm run concurrently -- -k \
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"