]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/watch/server.sh
Clean shell scripts (#398)
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
1 #!/bin/sh
2
3 set -eu
4
5 NODE_ENV=test concurrently -k \
6 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
7 "npm run tsc -- --sourceMap -w"