]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/watch/server.sh
55570138e4057d21fa899966d94c4ffa84978bec
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
1 #!/usr/bin/env sh
2
3 NODE_ENV=test concurrently \
4 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
5 "npm run tsc -- --sourceMap -w"