Skip to content

Commit

Permalink
fix(husky): point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Feb 7, 2024
1 parent c62c7f9 commit f6859c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --from origin/master --to HEAD --verbose
npx commitlint --from origin/main --to HEAD --verbose

0 comments on commit f6859c9

Please sign in to comment.