From 97cd24b66ae256b923bb2aec2b20bc13e579b627 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 26 Apr 2023 16:46:02 +0200 Subject: [PATCH] Fix typo --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },