Skip to content

Commit

Permalink
fix: husky
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Oct 17, 2024
1 parent 67f30b9 commit 03dc6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm commitlint --config commitlint.config.js --edit "$1"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm test && pnpm commitlint --config commitlint.config.js --edit "$1"
pnpm commitlint --config commitlint.config.js --edit "$1"

0 comments on commit 03dc6fa

Please sign in to comment.