X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;h=e792c144879ee920ffe1b7caa9e2f845a52679c8;hb=72329aaa28bcbb678443900233cc47cff7ba1509;hp=d617cd511d89b685aa81890e608cefff557fff55;hpb=9353449515ff6881a54ce6887297b7eab2855186;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/dev.sh b/scripts/dev.sh index d617cd511..e792c1448 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" \ "npm run watch:client" \ "npm start"