Skip to content

Commit d8cfdcd

Browse files
authored
chore: use check-style in (TheAlgorithms#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

+1-1
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)