Skip to content

Commit

Permalink
pass --run flag for typescheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 3, 2023
1 parent e30e565 commit b839c56
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:fix": "eslint --fix --ext .ts . && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest run && vitest typecheck"
"test": "pnpm lint && vitest run && vitest --run typecheck"
},
"devDependencies": {
"@types/node": "^18.16.3",
Expand Down

0 comments on commit b839c56

Please sign in to comment.