mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:41:08 +02:00
fix(docker): remove broken sed that corrupted package.json
patchedDependencies was already cleaned in package.json. The sed command was mangling the JSON structure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b34ca93956
commit
99f15955fe
1 changed files with 0 additions and 2 deletions
|
|
@ -67,8 +67,6 @@ 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