]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev.sh
Adapt scripts to typescript
[github/Chocobozzz/PeerTube.git] / scripts / dev.sh
index e792c144879ee920ffe1b7caa9e2f845a52679c8..1cfa638ad772bbb9219a644e94e99cf25b6e8dd0 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
 
-NODE_ENV=test concurrently \
+NODE_ENV=test concurrently -k \
   "npm run watch:client" \
-  "npm start"
+  "tsc && npm start"