Parcourir la source

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 il y a 4 mois
Parent
commit
a5614f988f
2 fichiers modifiés avec 316 ajouts et 0 suppressions
  1. 313 0
      bun.lock
  2. 3 0
      packages/mobile-voice/eas.json

Fichier diff supprimé car celui-ci est trop grand
+ 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"
     }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff