Skip to content

Commit

Permalink
chore: clean up eas.json + update pnpm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Nov 14, 2024
1 parent 013238f commit 026b624
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"cli": {
"version": ">= 0.57.0"
"version": ">= 3.8.1"
},
"build": {
"production": {
"channel": "production",
"distribution": "store",
"pnpm": "8.15.4",
"pnpm": "9.12.3",
"ios": {
"image": "latest"
},
Expand All @@ -18,16 +18,12 @@
"EXPO_NO_DOTENV": "1",
"APP_ENV": "production",
"FLIPPER_DISABLE": "1"
},
"prebuildCommand": "prebuild --skip-dependency-update react",
"cache": {
"key": "eas-1"
}
},
"staging": {
"channel": "staging",
"distribution": "internal",
"pnpm": "8.15.4",
"pnpm": "9.12.3",
"ios": {
"image": "latest"
},
Expand All @@ -39,17 +35,12 @@
"APP_ENV": "staging",
"EXPO_NO_DOTENV": "1",
"FLIPPER_DISABLE": "1"
},

"prebuildCommand": "prebuild --skip-dependency-update react",
"cache": {
"key": "eas-1"
}
},
"development": {
"developmentClient": true,
"distribution": "internal",
"pnpm": "8.15.4",
"pnpm": "9.12.3",
"ios": {
"image": "latest"
},
Expand All @@ -59,14 +50,10 @@
"env": {
"APP_ENV": "development",
"EXPO_NO_DOTENV": "1"
},

"prebuildCommand": "prebuild --skip-dependency-update react",
"cache": {
"key": "eas-1"
}
},
"simulator": {
"pnpm": "9.12.3",
"ios": {
"simulator": true,
"image": "latest"
Expand All @@ -77,11 +64,6 @@
"env": {
"APP_ENV": "development",
"EXPO_NO_DOTENV": "1"
},
"pnpm": "8.15.4",
"prebuildCommand": "prebuild --skip-dependency-update react",
"cache": {
"key": "eas-1"
}
}
},
Expand Down

0 comments on commit 026b624

Please sign in to comment.