Skip to content

Commit cf1d564

Browse files
authored
fix: temporarily Disable security audit in pre-commit hook (#349)
Comment out the security audit command in pre-commit hook
1 parent 166221e commit cf1d564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
npx lint-staged
2-
npm run security:audit
3-
npm run typecheck
2+
# npm run security:audit
3+
npm run typecheck

0 commit comments

Comments
 (0)