From 25ce7564812bdff2145c6fb1d62530d071e70e11 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 16 Sep 2025 14:08:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8B=20Add=20size=20check=20before=20pr?= =?UTF-8?q?oduction=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dc90f2b..eaadd44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ FROM base AS builder COPY --from=deps /app/node_modules ./node_modules COPY . . ENV PUBLIC_SVGL_VERSION=beta +RUN pnpm run check:size RUN pnpm run build:prod # Production image