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:
Till JS 2026-03-15 09:01:21 +01:00
parent d72dfa26b9
commit 2ac05ef4aa

View file

@ -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",