Hi, Is it possible to trigger the prepare-commit-msg hook using this configuration in package.json? ``` "config": { "pre-git": { "prepare-commit-msg": [ "path/to/prepare-commit-msg" ] } } ``` Best,