feat: 添加 husky 钩子,支持 commit-msg 和 post-merge 自动提示,更新 pre-commit 钩子中文提示
This commit is contained in:
4
.husky/post-merge
Normal file
4
.husky/post-merge
Normal file
@ -0,0 +1,4 @@
|
||||
# git pull 后自动安装依赖
|
||||
echo "📦 正在安装依赖..."
|
||||
pnpm install
|
||||
echo "✅ 依赖安装成功!"
|
Reference in New Issue
Block a user