X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;h=3f5b83f12956002d5845c96e512521947735176d;hb=62326afb151a1062253ac8b08bb62ce3f01e1267;hp=d617cd511d89b685aa81890e608cefff557fff55;hpb=9353449515ff6881a54ce6887297b7eab2855186;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/dev.sh b/scripts/dev.sh index d617cd511..3f5b83f12 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"