X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e%2Flocal.sh;h=40efa3525b8314120eadbb62012020cb9e976d93;hb=1b8fd9034d099df6f55f9bd53aebefbe624df352;hp=b883ccaa3a338bbd50dd5f6b7401a3a7c461a3d2;hpb=84c7cde6e81426a42e7aa29187b473bc89f1c8f6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index b883ccaa3..40efa3525 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -11,4 +11,4 @@ npm run clean:server:test npm run concurrently -- -k -s first \ "cd client && npm run ng -- e2e --port 3333 -c local" \ - "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start" + "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" }, \"signup\": { \"enabled\": false } }' node dist/server"