X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;h=e792c144879ee920ffe1b7caa9e2f845a52679c8;hb=ad4a8a1cca1049f600ebcdce9260c1021cd821a5;hp=ddb5b8d33c65e85048a507ea7c3a1ff2c4de51a4;hpb=cd0e4b1acfbd4cc393f6cfcab718d66e25193fbd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/dev.sh b/scripts/dev.sh index ddb5b8d33..e792c1448 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -1,6 +1,5 @@ #!/usr/bin/env sh -npm run build NODE_ENV=test concurrently \ "npm run watch:client" \ "npm start"