Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Mar 7, 2024
1 parent 18cab44 commit b97d1ee
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 @@ -38,7 +38,7 @@
"release": "bumpp --commit --push --tag && pnpm publish",
"preversion": "pnpm typecheck && pnpm build",
"test": "vitest",
"typecheck": "tsc --noEmit && vitest typecheck"
"typecheck": "tsc --noEmit && vitest --typecheck.only"
},
"devDependencies": {
"@types/node": "^18.19.22",
Expand Down

0 comments on commit b97d1ee

Please sign in to comment.