Skip to content

Commit

Permalink
chore: update package.json script for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 5, 2024
1 parent 0a3cb38 commit 0013691
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:unit:ui": "vitest --ui",
"test:e2e": "start-server-and-test cy:playground http://localhost:5173/ cy:run",
"test:e2e-watch": "start-server-and-test cy:playground http://localhost:5173/ cy:open",
"cy:playground": "pnpm --filter='./playground/vanilla' run dev",
"cy:playground": "pnpm --filter='./playground/vanilla' dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"cy:run": "cypress run",
Expand All @@ -45,7 +45,6 @@
"cypress": "^13.16.0",
"eslint": "^9.16.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-jest": "^28.9.0",
"isomorphic-fetch": "^3.0.0",
"kolorist": "^1.8.0",
"pathe": "^1.1.2",
Expand Down
26 changes: 0 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0013691

Please sign in to comment.