Skip to content

Instantly share code, notes, and snippets.

@minocoko
Created June 18, 2020 01:55
Show Gist options
  • Save minocoko/a4076eea1312cb794cc24309a4064a75 to your computer and use it in GitHub Desktop.
Save minocoko/a4076eea1312cb794cc24309a4064a75 to your computer and use it in GitHub Desktop.
husky hooks
"husky": {
"hooks": {
"pre-push": "npm run lint:no-fix",
"post-merge": "git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD |grep package.json && yarn"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment