feat(rebase): rebase

This commit is contained in:
Aiden Vigue
2021-02-15 09:36:38 -05:00
parent a6ec2d5220
commit 91cf2de33a

View File

@@ -141,6 +141,7 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
}
},