Skip to content

Commit 0e5f112

Browse files
committed
testcommitlint
1 parent cd1cd85 commit 0e5f112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
},
8585
"simple-git-hooks": {
8686
"pre-commit": "npx lint-staged",
87-
"commit-msg": "npx --no -- commitlint --from=HEAD~1 --to=HEAD"
87+
"commit-msg": "npx --no -- commitlint --from=HEAD~1 --to=HEAD",
88+
"preserveUnused": ["commit-msg"]
8889
},
8990
"lint-staged": {
9091
"*": "eslint --fix"

0 commit comments

Comments
 (0)