1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

Update package

This commit is contained in:
sjaanus 2022-09-27 16:50:44 +03:00
parent d29e75a497
commit 215e737e83

View File

@ -20,7 +20,7 @@
"test:watch": "vitest watch",
"fmt": "prettier src --write --loglevel warn",
"fmt:check": "prettier src --check",
"e2e": "yarn run cypress open --config baseUrl='http://localhost:3000/selfhosted' --env AUTH_USER=admin,AUTH_PASSWORD=mx1cvdwSTGz8IWcnpu61SM2Fjd8sqBaD",
"e2e": "yarn run cypress open --config baseUrl='http://localhost:3000/selfhosted' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
"e2e:heroku": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=example@example.com",
"prepare": "yarn run build"
},