Disable commitlint

This commit is contained in:
Ben Allfree 2024-06-29 15:57:23 -07:00
parent 76049303b7
commit 38686065bf

View File

@ -1,5 +1,5 @@
branch="$(git rev-parse --abbrev-ref HEAD)"
if [ "$branch" = "master" ]; then
npx --no -- commitlint --edit $1
fi
# branch="$(git rev-parse --abbrev-ref HEAD)"
# if [ "$branch" = "master" ]; then
# npx --no -- commitlint --edit $1
# fi