fix(ci): stop requiring frontend/.yarn in docker build context
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 11s
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 11s
Keep .yarnrc.yml early for Yarn 4 config but remove COPY of frontend/.yarn, which may be absent in CI checkout and causes frontend image build failure.
This commit is contained in:
@@ -7,7 +7,6 @@ WORKDIR /app
|
||||
# Copy package files first for better caching
|
||||
COPY frontend/package*.json ./
|
||||
COPY frontend/.yarnrc.yml ./
|
||||
COPY frontend/.yarn/ ./.yarn/
|
||||
COPY frontend/yarn.lock* frontend/pnpm-lock.yaml* ./
|
||||
|
||||
# Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user