]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/watch/server.sh
Fix error logging
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
index 55570138e4057d21fa899966d94c4ffa84978bec..448f695521c31bb1eb8856f5b7c825c67f624b6f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
 
-NODE_ENV=test concurrently \
+NODE_ENV=test concurrently -k \
   "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
   "npm run tsc -- --sourceMap -w"