瀏覽代碼

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.
Ryan Vogel 4 月之前
父節點
當前提交
a5614f988f
共有 2 個文件被更改,包括 316 次插入0 次删除
  1. 313 0
      bun.lock
  2. 3 0
      packages/mobile-voice/eas.json

文件差異過大導致無法顯示
+ 313 - 0
bun.lock


+ 3 - 0
packages/mobile-voice/eas.json

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

部分文件因文件數量過多而無法顯示