Skip to content

Commit 8b10be0

Browse files
committedMar 12, 2024
chore: modify pre commit
1 parent 0453d26 commit 8b10be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33
echo "lint and format before commit"
4-
npm run lint && npm run format
4+
#npm run lint && npm run format

0 commit comments

Comments
 (0)
Please sign in to comment.