summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.huskyrc
blob: 5fcb1908398ae404982de53653911d71c70f1a4b (plain)
1
2
3
4
5
6
{
  "hooks": {
    "pre-commit": "lint-staged && npm run build && npm run copy && git add resources assets/js",
    "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  }
}