]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/e2e/index.sh
Faster ci using compiled ts files
[github/Chocobozzz/PeerTube.git] / scripts / e2e / index.sh
index 08f09c9ed1ea4da94fa32dbca05de0a2879e86d5..49d57f1df07e2497c13abc7949b17f1b69f29104 100755 (executable)
@@ -11,4 +11,4 @@ npm run clean:server:test
 
 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\" }, \"signup\": { \"enabled\": false } }' node dist/server"
+    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"