fix: pnpm prune --prod

This commit is contained in:
Valknar XXX
2025-10-26 00:00:28 +02:00
parent 0ee4d65e7f
commit 5df6f10968
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: valknarxxx/sexy
ERR_PNPM_ABORTED_REMOVE_MODULES_DIR_NO_TTY: false
jobs:
build-and-push:

View File

@@ -65,7 +65,7 @@ RUN pnpm --filter @sexy.pivoine.art/frontend build
RUN pnpm --filter @sexy.pivoine.art/bundle build
# Prune dev dependencies for production
RUN pnpm install --prod --frozen-lockfile
RUN pnpm prune --prod
# ============================================================================
# Runner stage - minimal production image