From 6cca7360eb9027e1544f7513df7da4684061ef7e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Jun 2018 16:50:33 +0200 Subject: Reduce bundle sizes --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/e2e.sh') 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" -- cgit v1.2.3