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