cullmann.io/themes/CodeIT/.huskyrc

7 lines
169 B
Plaintext

{
"hooks": {
"pre-commit": "lint-staged && npm run build && npm run copy && git add resources assets/js",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}