fix: include pnpm-workspace.yaml in earliest build stage for correct monorepo links
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 4m14s
Build & Deploy / 🏗️ Build (push) Successful in 8m35s
Build & Deploy / 🚀 Deploy (push) Failing after 17s
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-11 16:42:38 +01:00
parent a4dafdeb21
commit 975bb16d70

View File

@@ -18,7 +18,7 @@ ENV SKIP_RUNTIME_ENV_VALIDATION=true
ENV CI=true
# Copy manifest files specifically for better layer caching
COPY pnpm-lock.yaml package.json .npmrc* ./
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json .npmrc* ./
COPY apps/web/package.json ./apps/web/package.json
# Install dependencies with cache mount and dynamic .npmrc (High Fidelity pattern)