cullmann.io/themes/CodeIT/.huskyrc

7 lines
169 B
Plaintext
Raw Normal View History

2021-02-18 22:21:36 +01:00
{
"hooks": {
"pre-commit": "lint-staged && npm run build && npm run copy && git add resources assets/js",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}