Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
build(husky): removed prepare-commit-msg hook
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Nov 30, 2020
1 parent 39911c5 commit 11820f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"hooks": {
"pre-commit": "npm run build && npm run copy && git add resources assets/js",
// "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}

0 comments on commit 11820f7

Please sign in to comment.