We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0c3b492 commit e0baecfCopy full SHA for e0baecf
.husky/commit-msg
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-if npx git-branch-is main; then
+if npx git-branch-is -q main; then
5
npx --no -- commitlint --edit
6
fi
0 commit comments