hisptz/integration-app

View on GitHub
.huskyrc.json

Summary

Maintainability
Test Coverage
{
  "hooks": {
    "pre-commit": "npm run test:travis && npm run build",
    "prepare-commit-msg": "exec < /dev/tty && git cz --hook"
  }
}