]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev/client.sh
ecd934888ae7bde88c54a51d9b53d3569106f784
[github/Chocobozzz/PeerTube.git] / scripts / dev / client.sh
1 #!/bin/sh
2
3 set -eu
4
5 NODE_ENV=test concurrently -k \
6 "npm run watch:client" \
7 "npm run build:server && NODE_ENV=test npm start"