Skip to content

Commit

Permalink
Don't run vitest typecheck + vitest test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jun 28, 2023
1 parent a23b158 commit c57cc4e
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 --ext ts,tsx ./src",
"test": "vitest --run",
"test:watch": "vitest --watch",
"typecheck": "tsc --noEmit && vitest typecheck --watch=false",
"typecheck": "tsc --noEmit",
"prepack": "yarn typecheck && yarn lint && yarn test && yarn build"
},
"browserslist": [
Expand Down

0 comments on commit c57cc4e

Please sign in to comment.