Skip to content

Commit fac246c

Browse files
yjoseasdolo
authored andcommitted
chore: clean up eas.json + update pnpm dep
1 parent 53d6063 commit fac246c

File tree

1 file changed

+5
-40
lines changed

1 file changed

+5
-40
lines changed

eas.json

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"cli": {
3-
"version": ">= 0.57.0",
3+
"version": ">= 3.8.1",
44
"appVersionSource": "remote"
55
},
66
"build": {
77
"production": {
88
"autoIncrement": true,
99
"channel": "production",
1010
"distribution": "store",
11-
"pnpm": "8.15.4",
11+
"pnpm": "9.12.3",
1212
"ios": {
1313
"image": "latest"
1414
},
@@ -21,17 +21,13 @@
2121
"APP_ENV": "production",
2222
"FLIPPER_DISABLE": "1",
2323
"EAS_NO_DOCTOR": "1"
24-
},
25-
"prebuildCommand": "prebuild --skip-dependency-update react",
26-
"cache": {
27-
"key": "eas-1"
2824
}
2925
},
3026
"staging": {
3127
"autoIncrement": true,
3228
"channel": "staging",
3329
"distribution": "store",
34-
"pnpm": "8.15.4",
30+
"pnpm": "9.12.3",
3531
"ios": {
3632
"image": "latest"
3733
},
@@ -44,17 +40,13 @@
4440
"EXPO_NO_DOTENV": "1",
4541
"FLIPPER_DISABLE": "1",
4642
"EAS_NO_DOCTOR": "1"
47-
},
48-
"prebuildCommand": "prebuild --skip-dependency-update react",
49-
"cache": {
50-
"key": "eas-1"
5143
}
5244
},
5345
"qa": {
5446
"autoIncrement": true,
5547
"channel": "qa",
5648
"distribution": "store",
57-
"pnpm": "8.15.4",
49+
"pnpm": "9.12.3",
5850
"ios": {
5951
"image": "latest"
6052
},
@@ -67,17 +59,13 @@
6759
"EXPO_NO_DOTENV": "1",
6860
"FLIPPER_DISABLE": "1",
6961
"EAS_NO_DOCTOR": "1"
70-
},
71-
"prebuildCommand": "prebuild --skip-dependency-update react",
72-
"cache": {
73-
"key": "eas-1"
7462
}
7563
},
7664
"development": {
7765
"autoIncrement": true,
7866
"developmentClient": true,
7967
"distribution": "store",
80-
"pnpm": "8.15.4",
68+
"pnpm": "9.12.3",
8169
"ios": {
8270
"image": "latest"
8371
},
@@ -90,30 +78,7 @@
9078
"EXPO_NO_DOTENV": "1",
9179
"EAS_NO_DOCTOR": "1"
9280
},
93-
"prebuildCommand": "prebuild --skip-dependency-update react",
94-
"cache": {
95-
"key": "eas-1"
96-
},
9781
"channel": "development"
98-
},
99-
"simulator": {
100-
"ios": {
101-
"simulator": true,
102-
"image": "latest"
103-
},
104-
"android": {
105-
"image": "latest"
106-
},
107-
"env": {
108-
"APP_ENV": "development",
109-
"EXPO_NO_DOTENV": "1"
110-
},
111-
"pnpm": "8.15.4",
112-
"prebuildCommand": "prebuild --skip-dependency-update react",
113-
"cache": {
114-
"key": "eas-1"
115-
},
116-
"channel": "simulator"
11782
}
11883
},
11984
"submit": {

0 commit comments

Comments
 (0)