Move currents.dev key to package.json

This commit is contained in:
Elia Bieri 2022-12-14 16:35:11 +01:00
parent d651a362e3
commit 4ace741832
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ e2e: &e2e
- vbvpip - vbvpip
- cypress - cypress
script: script:
- export CURRENTS_KEY=etzp5VXtJcSX8Z4H
- export IT_SERVE_VUE=false - export IT_SERVE_VUE=false
- export IT_ALLOW_LOCAL_LOGIN=true - export IT_ALLOW_LOCAL_LOGIN=true
- source ./env/bitbucket/prepare_for_test.sh - source ./env/bitbucket/prepare_for_test.sh

View File

@ -5,7 +5,7 @@
"build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client", "build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open", "cypress:open": "cypress open",
"cypress:ci": "currents run --parallel --record --key etzp5VXtJcSX8Z4H", "cypress:ci": "currents run --parallel --record --key $CURRENTS_KEY",
"prettier": "npm run prettier --prefix client" "prettier": "npm run prettier --prefix client"
}, },
"devDependencies": { "devDependencies": {