Skip to content

Commit 6988cf9

Browse files
committed
fix: update pre-hook
1 parent 3da7d5c commit 6988cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"husky": {
3030
"hooks": {
3131
"commit-msg": "./bin/d2-style commit",
32-
"pre-commit": "./bin/d2-style js"
32+
"pre-commit": "./bin/d2-style js apply"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)