Skip to content

Commit 03dc6fa

Browse files
committed
fix: husky
1 parent 67f30b9 commit 03dc6fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.husky/commit-msg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm commitlint --config commitlint.config.js --edit "$1"

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm test && pnpm commitlint --config commitlint.config.js --edit "$1"
1+
pnpm commitlint --config commitlint.config.js --edit "$1"

0 commit comments

Comments
 (0)