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

Commit 1be2e0c

Browse files
committed
fix: added commitlint.config
1 parent 15aef72 commit 1be2e0c

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
@@ -59,7 +59,7 @@
5959
},
6060
"husky": {
6161
"hooks": {
62-
"commit-msg": "commitlint -E $HUSKY_GIT_PARAMS",
62+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
6363
"pre-commit": "sh ./pre-commit.sh",
6464
"pre-push": "yarn test"
6565
}

0 commit comments

Comments
 (0)