Skip to content

Commit

Permalink
fix: Use husky to validate commit messages match format
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Sep 25, 2024
1 parent 428b7d8 commit 57b3ca5
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 434 deletions.
4 changes: 2 additions & 2 deletions .clean-publish
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"fields": ["scripts", "release"]
}
"fields": ["scripts"]
}
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./node_modules/.bin/commitlint --config "./commitlint.config.js" --edit $1
Loading

0 comments on commit 57b3ca5

Please sign in to comment.