X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;h=1cfa638ad772bbb9219a644e94e99cf25b6e8dd0;hb=75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42;hp=e792c144879ee920ffe1b7caa9e2f845a52679c8;hpb=fc76359be11956f8514fc0dda1f66bb1c3397d26;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/dev.sh b/scripts/dev.sh index e792c1448..1cfa638ad 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -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"