From b6542ddbc390b15c4e409f2104569f8fa26cac02 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Sun, 8 Feb 2026 17:01:38 +0800 Subject: [PATCH] f --- .husky/commit-msg | 6 ------ .husky/post-merge | 3 --- .husky/pre-commit | 7 ------- 3 files changed, 16 deletions(-) delete mode 100644 .husky/commit-msg delete mode 100644 .husky/post-merge delete mode 100644 .husky/pre-commit diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 270ebb8..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,6 +0,0 @@ -echo Start running commit-msg hook... - -# Check whether the git commit information is standardized -pnpm exec commitlint --edit "$1" - -echo Run commit-msg hook done. diff --git a/.husky/post-merge b/.husky/post-merge deleted file mode 100644 index 83fa775..0000000 --- a/.husky/post-merge +++ /dev/null @@ -1,3 +0,0 @@ -# 每次 git pull 之后, 安装依赖 - -pnpm install diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index 5dccee2..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,7 +0,0 @@ -# update `.vscode/vben-admin.code-workspace` file -pnpm vsh code-workspace --auto-commit - -# Format and submit code according to lintstagedrc.js configuration -pnpm exec lint-staged - -echo Run pre-commit hook done.