aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/e2e.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/e2e.sh')
-rwxr-xr-xscripts/e2e.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/e2e.sh b/scripts/e2e.sh
index bdd051486..17c8f68ef 100755
--- a/scripts/e2e.sh
+++ b/scripts/e2e.sh
@@ -10,6 +10,6 @@ npm run clean:server:test
10) 10)
11 11
12concurrently -k -s first \ 12concurrently -k -s first \
13 "cd client && npm run ng -- e2e" \ 13 "cd client && npm run ng -- e2e --port 3333" \
14 "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start" 14 "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"
15 15