Fix typo
This commit is contained in:
parent
a3f7abf94a
commit
97cd24b66a
|
|
@ -27,7 +27,7 @@
|
||||||
"test:unit": "jest",
|
"test:unit": "jest",
|
||||||
"cypress:parallel": "CYPRESS_API_URL=\"https://iterativ-cypress-director.herokuapp.com/\" cy2 run --parallel --record --key somekey --config-file cypress.frontend.json --ci-build-id some-id",
|
"cypress:parallel": "CYPRESS_API_URL=\"https://iterativ-cypress-director.herokuapp.com/\" cy2 run --parallel --record --key somekey --config-file cypress.frontend.json --ci-build-id some-id",
|
||||||
"cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id ",
|
"cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id ",
|
||||||
"currents": "cypress-cloud run --parallel --record ---config-file cypress.frontend.ts",
|
"currents": "cypress-cloud run --parallel --record --config-file cypress.frontend.ts",
|
||||||
"prettier": "prettier . --write",
|
"prettier": "prettier . --write",
|
||||||
"prettier:check": "prettier . --check"
|
"prettier:check": "prettier . --check"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue