Skip to content

Commit

Permalink
disable type checking during e2e testing temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Sep 26, 2024
1 parent 097fe58 commit f8652b0
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 @@ -26,7 +26,7 @@
"lint:prettier": "prettier --check .",
"test": "vitest",
"e2e": "run-s e2e:prepare e2e:run",
"e2e:prepare": "pnpm run build",
"e2e:prepare": "pnpm run build --noCheck",
"e2e:run": "vitest -c vite.config.e2e.ts"
},
"prettier": "@mizdra/prettier-config-mizdra",
Expand Down

0 comments on commit f8652b0

Please sign in to comment.