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