1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-22 03:11:36 +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
commit 684e989fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",