Skip to content

Commit 96d0d84

Browse files
committed
build(lint): fix semantic-release commit error
The automated commits don't respect the body line limit.
1 parent ef18271 commit 96d0d84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,12 @@
8282
"test": "ava",
8383
"commit": "git-cz",
8484
"commit:retry": "git-cz --retry",
85-
"commitmsg": "commitlint -e",
8685
"semantic-release": "./semantic-release-dry-run.bash",
8786
"deploy": "./release.bash"
8887
},
8988
"husky": {
9089
"hooks": {
91-
"pre-commit": "lint-staged",
92-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
90+
"pre-commit": "lint-staged"
9391
}
9492
},
9593
"lint-staged": {

0 commit comments

Comments
 (0)