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

This commit is contained in:
luo
2026-07-03 10:36:02 +08:00
parent 0930d7b49a
commit 2352419dfd

View File

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