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