Skip to content

Commit e4af8a0

Browse files
committed
chore(package): fix commitlint
by mistake, the the package wasn't installed locally, so every commit was downloading it again, and thus was very slow
1 parent 0ab4ccd commit e4af8a0

File tree

3 files changed

+325
-17
lines changed

3 files changed

+325
-17
lines changed

.huskyrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks": {
33
"pre-commit": "lint-staged",
4-
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
4+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
55
}
66
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"@semantic-release/git": "^7.0.6",
9494
"@semantic-release/npm": "^5.1.2",
9595
"commitizen": "^3.0.7",
96+
"commitlint": "^7.5.2",
9697
"coveralls": "^3.0.0",
9798
"cucumber": "^4.0.0",
9899
"cz-conventional-changelog": "2.1.0",

0 commit comments

Comments
 (0)