mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
fix: unblock mobile EAS installs with Bun
Refresh the workspace lockfile and pin EAS to Bun 1.3.11 so frozen installs match local resolution and development builds stop failing in CI.
This commit is contained in:
parent
0f58efe030
commit
a5614f988f
2 changed files with 1519 additions and 31 deletions
|
|
@ -5,15 +5,18 @@
|
|||
},
|
||||
"build": {
|
||||
"development": {
|
||||
"bun": "1.3.11",
|
||||
"developmentClient": true,
|
||||
"distribution": "internal",
|
||||
"channel": "development"
|
||||
},
|
||||
"preview": {
|
||||
"bun": "1.3.11",
|
||||
"distribution": "internal",
|
||||
"channel": "preview"
|
||||
},
|
||||
"production": {
|
||||
"bun": "1.3.11",
|
||||
"autoIncrement": true,
|
||||
"channel": "production"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue