chore: add commit-msg hook

This commit is contained in:
Jasper Vaneessen 2022-05-02 13:33:58 +02:00 committed by Joachim Van Herwegen
parent c354f88f49
commit 0873005ca6

View File

@ -65,7 +65,8 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "npm run build && npm run lint && npm run test:unit && npm run test:integration" "pre-commit": "npm run build && npm run lint && npm run test:unit && npm run test:integration",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
} }
}, },
"files": [ "files": [