Skip to content

Commit

Permalink
Choose correct cypress command for npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
LBBO committed Nov 29, 2022
1 parent 4f8c3c0 commit f8f6dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f8f6dff

Please sign in to comment.