diff --git a/client/package.json b/client/package.json index 04c667fa..e52daa9d 100644 --- a/client/package.json +++ b/client/package.json @@ -27,7 +27,7 @@ "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: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:check": "prettier . --check" },