master
Mm 2025-11-08 11:46:00 +08:00
parent 95a15c4560
commit d76dada409
3 changed files with 0 additions and 23 deletions

View File

@ -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.

View File

@ -1,3 +0,0 @@
# 每次 git pull 之后, 安装依赖
pnpm install

View File

@ -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.