diff --git a/package.json b/package.json index 1b447eb..8036e5b 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,10 @@ "commitizen": { "path": "./node_modules/cz-gitmoji" } + }, + "husky": { + "hooks": { + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" + } } }