Files
vue-ts-example/.husky/post-merge
严浩 15980dd551
Some checks failed
/ surge (push) Successful in 2m30s
/ build-and-deploy-to-vercel (push) Successful in 2m43s
/ lint-build-and-check (push) Successful in 4m53s
/ playwright (push) Failing after 19m31s
feat: 添加 husky 钩子,支持 commit-msg 和 post-merge 自动提示,更新 pre-commit 钩子中文提示
2025-04-01 19:18:31 +08:00

5 lines
113 B
Plaintext

# git pull 后自动安装依赖
echo "📦 正在安装依赖..."
pnpm install
echo "✅ 依赖安装成功!"