Skip to content

Commit 427eb4e

Browse files
committed
test: lint
1 parent abaa08d commit 427eb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.husky/pre-commit

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

0 commit comments

Comments
 (0)