Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8cfdcd

Browse files
authoredMar 4, 2024
chore: use check-style in (#1630)
1 parent f13eec1 commit d8cfdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npm run style
4+
npm run check-style
55
npm run test

0 commit comments

Comments
 (0)
Please sign in to comment.