Skip to content

Commit aa52ae9

Browse files
committed
Updated eas.json because of failed build.
1 parent 4d60646 commit aa52ae9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

eas.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"development": {
88
"developmentClient": true,
99
"distribution": "internal",
10+
"npm": {
11+
"version": "11.1.0"
12+
},
1013
"android": {
1114
"buildType": "apk",
1215
"gradleCommand": ":app:assembleDebug",
13-
"node": "22.14.0",
14-
"npm": {
15-
"version": "11.1.0"
16-
}
16+
"node": "22.14.0"
1717
},
1818
"ios": {
1919
"simulator": true
@@ -32,16 +32,16 @@
3232
"production": {
3333
"distribution": "store",
3434
"autoIncrement": false,
35+
"npm": {
36+
"version": "11.1.0"
37+
},
3538
"android": {
3639
"node": "22.14.0",
3740
"env": {
3841
"EXPO_NO_CACHE": "1"
3942
},
4043
"buildType": "apk",
41-
"gradleCommand": ":app:assembleRelease",
42-
"npm": {
43-
"version": "11.1.0"
44-
}
44+
"gradleCommand": ":app:assembleRelease"
4545
},
4646
"ios": {
4747
"enterpriseProvisioning": "universal"

0 commit comments

Comments
 (0)