1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-20 01:55:56 +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": { "husky": {
"hooks": { "hooks": {
"pre-commit": "commitlint -e $GIT_PARAMS" "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
} }
}, },
"license": "MIT", "license": "MIT",