VBV-472: Remove currents.dev ci-build-id

This commit is contained in:
Daniel Egger 2023-07-21 13:31:04 +02:00
parent a1403f8a54
commit d59212f702
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client",
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open",
"cypress:ci": "cypress-cloud run --parallel --record --ci-build-id $(echo -n ${BITBUCKET_STEP_UUID}-${BITBUCKET_BUILD_NUMBER})",
"cypress:ci": "cypress-cloud run --parallel --record",
"prettier": "npm run prettier --prefix client"
},
"devDependencies": {