From f8f6dffcea842a97837e4c2f8c5ba802ea4e8c28 Mon Sep 17 00:00:00 2001 From: Michael Kuckuk <8076094+LBBO@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:30:31 +0100 Subject: [PATCH] Choose correct cypress command for `npm test` --- packages/react-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index c751736c..1b667076 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -11,7 +11,7 @@ "cy:open": "cypress open --component -b chrome", "cy:verify": "cypress verify", "cy:info": "cypress info", - "test": "tsc --noEmit && npm run cy:verify" + "test": "tsc --noEmit && npm run cy:run" }, "devDependencies": { "@babel/core": "^7.18.6",