Skip to content

Commit a29084f

Browse files
AlexKushnir1AlexKushnir1
AlexKushnir1
authored and
AlexKushnir1
committed
lint-fix: return linter checking to pre-commit
1 parent e790c12 commit a29084f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/pre-commit

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
3-
pnpm build && git add packages/*/dist
3+
4+
pnpm lint && pnpm build && git add packages/*/dist

0 commit comments

Comments
 (0)