Skip to content

Commit 65c179d

Browse files
authored
Update pre-commit hook (#463)
1 parent 9a7b5e0 commit 65c179d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.husky/pre-commit

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
npx prettier -w . && \
2-
git secret hide -m
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
npx prettier -w .
4+
git secret hide -m

0 commit comments

Comments
 (0)