Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 6e683ad

Browse files
committed
chore: fix Git Hooks
1 parent 1f0afeb commit 6e683ad

File tree

4 files changed

+263
-511
lines changed

4 files changed

+263
-511
lines changed

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
commitlint --edit "$1"

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run format

0 commit comments

Comments
 (0)