fix(monorepo): add sharp to neverBuiltDependencies for EAS builds

sharp native compilation fails on EAS build servers. It's not needed
for mobile app builds, so skip its postinstall build step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-06 19:54:43 +01:00
parent a7acffd3e8
commit 1976c26f19

View file

@ -292,7 +292,8 @@
},
"neverBuiltDependencies": [
"cpu-features",
"ssh2"
"ssh2",
"sharp"
],
"overrides": {
"cpu-features": "npm:empty-npm-package@1.0.0",