delete husky

This commit is contained in:
Ben Allfree 2024-11-15 02:02:34 -08:00
parent 9d310039f0
commit d043a64c26
3 changed files with 0 additions and 11 deletions

View File

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

View File

View File

@ -1,6 +0,0 @@
# branch="$(git rev-parse --abbrev-ref HEAD)"
# if [ "$branch" = "v0/main" ]; then
# pnpm -r check:types
# pnpm -r build
# fi