Skip to content

Commit

Permalink
Merge pull request #136 from tact-lang/fix-rebase
Browse files Browse the repository at this point in the history
build: remove commit hook for git-cz
  • Loading branch information
verytactical authored Oct 28, 2024
2 parents 4e61eb1 + 1acef7d commit 9bf73c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .husky/prepare-commit-msg

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "next lint",
"format:check": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"prepare": "husky",
"postinstall": "husky",
"commit": "git-cz"
},
"config": {
Expand Down

0 comments on commit 9bf73c2

Please sign in to comment.