Skip to content

Commit da82a9b

Browse files
committed
fix(no-ref): pre-commit fix (remove bun lint)
1 parent 34c4936 commit da82a9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/hooks/pre-commit

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
set -e
44

5-
bun run lint-staged
6-
bun run lint
5+
bun lint-staged
76

87
# bun run snyk:test
98

0 commit comments

Comments
 (0)