ci: pnpm install sin frozen-lockfile en builder (lockfile actualizado con workspace completo)

This commit is contained in:
Lizandro Guarnizo
2026-06-09 21:52:25 -05:00
parent 7cd5138ab9
commit b0d22d4c15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ RUN pnpm install --frozen-lockfile 2>/dev/null || pnpm install
FROM base AS builder
COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN pnpm install --frozen-lockfile 2>/dev/null || pnpm install
RUN pnpm install
RUN pnpm --filter @moraworld/database exec prisma generate && pnpm --filter @moraworld/database build
RUN pnpm --filter @moraworld/api build
+1 -1
View File
@@ -12,7 +12,7 @@ RUN pnpm install --frozen-lockfile 2>/dev/null || pnpm install
FROM base AS builder
COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN pnpm install --frozen-lockfile 2>/dev/null || pnpm install
RUN pnpm install
ARG NEXT_PUBLIC_API_URL=http://localhost:3001
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
RUN pnpm --filter @moraworld/web build