This repository has been archived on 2026-05-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vue-ts-example/.husky/post-merge
T

5 lines
113 B
Plaintext

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