mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
fix(picture-mobile): make patch-package non-fatal in postinstall
patch-package fails when packages are hoisted to monorepo root (node-linker=hoisted). Making it non-fatal prevents EAS Build failures for other apps in the workspace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d72dfa26b9
commit
2ac05ef4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"lint": "eslint .",
|
||||
"format": "eslint . --fix",
|
||||
"type-check": "echo 'Skipping type-check: @picture/mobile needs theme system migration'",
|
||||
"postinstall": "patch-package && ./scripts/build-workspace-deps.sh"
|
||||
"postinstall": "patch-package || true && ./scripts/build-workspace-deps.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@callstack/liquid-glass": "^0.4.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue