Skip to content

Commit

Permalink
cypress testing locally fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Jan 18, 2025
1 parent c305dfc commit 0789b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "eslint . --max-warnings 0 --cache --cache-location .cache/eslint-cache",
"clear": "rimraf .cache dist demo/dist node_modules",
"watch": "concurrently --names \"Serve,Test\" \"npm:start\" \"npm:test:watch\"",
"checkHealth": "yarn build && yarn lint && yarn test && yarn cypress:ci",
"checkHealth": "yarn build && yarn lint && yarn test && yarn cypress:run",
"version": "yarn checkHealth",
"postversion": "git push && git push --tags",
"cypress:open": "cypress open",
Expand Down

0 comments on commit 0789b76

Please sign in to comment.