From d76dada409216a410566a96a72b9175394eeb58b Mon Sep 17 00:00:00 2001 From: Mm <8828989+mao-guangde@user.noreply.gitee.com> Date: Sat, 8 Nov 2025 11:46:00 +0800 Subject: [PATCH] 111 --- .husky/commit-msg | 13 ------------- .husky/post-merge | 3 --- .husky/pre-commit | 7 ------- 3 files changed, 23 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 4105030..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,13 +0,0 @@ -### - # @Author: hcc han_chen301@163.com - # @Date: 2025-02-22 09:28:36 - # @LastEditors: hcc - # @LastEditTime: 2025-03-10 09:51:32 - # @remarker: -### -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.