mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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:
parent
a7acffd3e8
commit
1976c26f19
1 changed files with 2 additions and 1 deletions
|
|
@ -292,7 +292,8 @@
|
|||
},
|
||||
"neverBuiltDependencies": [
|
||||
"cpu-features",
|
||||
"ssh2"
|
||||
"ssh2",
|
||||
"sharp"
|
||||
],
|
||||
"overrides": {
|
||||
"cpu-features": "npm:empty-npm-package@1.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue