diff options
Diffstat (limited to 'scripts/e2e/local.sh')
-rwxr-xr-x | scripts/e2e/local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index e8db2e808..40efa3525 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh | |||
@@ -11,4 +11,4 @@ npm run clean:server:test | |||
11 | 11 | ||
12 | npm run concurrently -- -k -s first \ | 12 | npm run concurrently -- -k -s first \ |
13 | "cd client && npm run ng -- e2e --port 3333 -c local" \ | 13 | "cd client && npm run ng -- e2e --port 3333 -c local" \ |
14 | "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' node dist/server" | 14 | "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" }, \"signup\": { \"enabled\": false } }' node dist/server" |