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