5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
# git pull 后自动安装依赖
|
|
echo "📦 正在安装依赖..."
|
|
pnpm install
|
|
echo "✅ 依赖安装成功!"
|