pnpm skip

This commit is contained in:
C菌
2026-07-04 00:50:21 +08:00
parent 58c46745d0
commit 55d088cfe0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
minimum-release-age=0
+1 -1
View File
@@ -4,7 +4,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
WORKDIR /app
COPY pnpm-lock.yaml package.json ./
RUN pnpm install --frozen-lockfile --config.minimumReleaseAge=0
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm build