跳过 approve-builds 检查

This commit is contained in:
zk
2026-05-22 20:02:59 +08:00
parent 1048566a25
commit 5e815649af
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
# 先拷贝依赖声明,利用 Docker 层缓存
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile --config.confirmModulesPurge=false
RUN pnpm install --frozen-lockfile
# 拷贝源码并构建
COPY . .