fix: h5
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 58s

This commit is contained in:
luo
2026-07-03 10:39:17 +08:00
parent 2352419dfd
commit 6d324214c8
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ RUN pnpm install --frozen-lockfile
COPY . .
# 构建 H5 测试版本
RUN pnpm build:h5-test
RUN pnpm build:h5
# ================================
# 阶段 2: 运行阶段