Skip to content

Commit 026b624

Browse files
committed
chore: clean up eas.json + update pnpm dep
1 parent 013238f commit 026b624

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

eas.json

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"cli": {
3-
"version": ">= 0.57.0"
3+
"version": ">= 3.8.1"
44
},
55
"build": {
66
"production": {
77
"channel": "production",
88
"distribution": "store",
9-
"pnpm": "8.15.4",
9+
"pnpm": "9.12.3",
1010
"ios": {
1111
"image": "latest"
1212
},
@@ -18,16 +18,12 @@
1818
"EXPO_NO_DOTENV": "1",
1919
"APP_ENV": "production",
2020
"FLIPPER_DISABLE": "1"
21-
},
22-
"prebuildCommand": "prebuild --skip-dependency-update react",
23-
"cache": {
24-
"key": "eas-1"
2521
}
2622
},
2723
"staging": {
2824
"channel": "staging",
2925
"distribution": "internal",
30-
"pnpm": "8.15.4",
26+
"pnpm": "9.12.3",
3127
"ios": {
3228
"image": "latest"
3329
},
@@ -39,17 +35,12 @@
3935
"APP_ENV": "staging",
4036
"EXPO_NO_DOTENV": "1",
4137
"FLIPPER_DISABLE": "1"
42-
},
43-
44-
"prebuildCommand": "prebuild --skip-dependency-update react",
45-
"cache": {
46-
"key": "eas-1"
4738
}
4839
},
4940
"development": {
5041
"developmentClient": true,
5142
"distribution": "internal",
52-
"pnpm": "8.15.4",
43+
"pnpm": "9.12.3",
5344
"ios": {
5445
"image": "latest"
5546
},
@@ -59,14 +50,10 @@
5950
"env": {
6051
"APP_ENV": "development",
6152
"EXPO_NO_DOTENV": "1"
62-
},
63-
64-
"prebuildCommand": "prebuild --skip-dependency-update react",
65-
"cache": {
66-
"key": "eas-1"
6753
}
6854
},
6955
"simulator": {
56+
"pnpm": "9.12.3",
7057
"ios": {
7158
"simulator": true,
7259
"image": "latest"
@@ -77,11 +64,6 @@
7764
"env": {
7865
"APP_ENV": "development",
7966
"EXPO_NO_DOTENV": "1"
80-
},
81-
"pnpm": "8.15.4",
82-
"prebuildCommand": "prebuild --skip-dependency-update react",
83-
"cache": {
84-
"key": "eas-1"
8567
}
8668
}
8769
},

0 commit comments

Comments
 (0)