1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

Merge pull request #103 from verdaccio/fix-commitlint

chore: execute commitlint on commit-msg and not pre-commit
This commit is contained in:
Juan Picado @jotadeveloper
2019-07-15 14:58:04 +02:00
committed by GitHub

View File

@@ -157,7 +157,7 @@
},
"husky": {
"hooks": {
"pre-commit": "commitlint -e $GIT_PARAMS"
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"license": "MIT",