X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e.sh;h=1e31cd57cc7321f66b46f3d96e1781eb84c095bf;hb=1a4710914432b44115b185cec1883fdf409aef1d;hp=0e70e6e51f835ac7cc2f8f794570bc7bd0d6b6cd;hpb=d1bd87e066633b8a66266b280327ec828980916b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 0e70e6e51..1e31cd57c 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -10,7 +10,7 @@ npm run clean:server:test npm run webpack -- --config webpack/webpack.video-embed.js --mode development ) -concurrently -k -s first \ +npm run concurrently -- -k -s first \ "cd client && npm run ng -- e2e --port 3333" \ "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"