diff --git a/package.json b/package.json index 38e51de6..5809aad5 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "test": "run-s test:*", "test:unit": "npx jest", "test-unit:watch": "npx jest -o --watch", - "test-integration": "cypress run", - "test-local": "cypress open", + "test-integration": "npx cypress run", + "test-local": "npx cypress open", "server:beta": "node ./server/index.js --buildType=beta", "server:stable": "node ./server/index.js --buildType=stable" },