处理脚本

This commit is contained in:
Xin Wang 2025-08-21 13:32:59 +08:00
parent c22880375d
commit 764c6e1c69

View File

@ -45,6 +45,7 @@ if [ "$current_branch" = "$BRANCH_NAME" ]; then
# 准备dist目录
mkdir -p dist
cp -r public dist/
cp -r src dist/
cp package.json dist/
cp package-lock.json dist/