From d043a64c2632946631f36c52be8bf217b5c60c63 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 15 Nov 2024 02:02:34 -0800 Subject: [PATCH] delete husky --- .husky/commit-msg | 5 ----- .husky/pre-commit | 0 .husky/pre-push | 6 ------ 3 files changed, 11 deletions(-) delete mode 100644 .husky/commit-msg delete mode 100644 .husky/pre-commit delete mode 100644 .husky/pre-push diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 0c6f0794..00000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,5 +0,0 @@ -branch="$(git rev-parse --abbrev-ref HEAD)" -if [ "$branch" = "master" ]; then - npx --no -- commitlint --edit $1 -fi - diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index e69de29b..00000000 diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100644 index 6f8c1841..00000000 --- a/.husky/pre-push +++ /dev/null @@ -1,6 +0,0 @@ -# branch="$(git rev-parse --abbrev-ref HEAD)" -# if [ "$branch" = "v0/main" ]; then -# pnpm -r check:types -# pnpm -r build -# fi -