Skip to content

Commit 75ada23

Browse files
committed
chore: speed up pre-commit hook by relying on CI for coverage
1 parent 5fb54cc commit 75ada23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm run validate
1+
pnpm run typecheck && pnpm run lint && pnpm run format:check

0 commit comments

Comments
 (0)