mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
fix(docker): strip mobile-only patchedDependencies before pnpm install
react-native-reanimated patch not applicable in Docker (no mobile). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0aeb046e28
commit
b34ca93956
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ COPY packages/spiral-db ./packages/spiral-db
|
|||
COPY packages/wallpaper-generator ./packages/wallpaper-generator
|
||||
|
||||
# Install dependencies (shared packages only - app deps added later)
|
||||
# Remove patches that only apply to mobile (react-native-reanimated)
|
||||
RUN sed -i '/patchedDependencies/,/^$/d' package.json 2>/dev/null || true
|
||||
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
|
||||
pnpm install --no-frozen-lockfile --ignore-scripts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue