Skip to content

Commit dc5d64d

Browse files
committed
test with autoincrement
1 parent ecd14be commit dc5d64d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

eas.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"cli": {
3-
"version": ">= 0.57.0"
3+
"version": ">= 0.57.0",
4+
"appVersionSource": "remote"
45
},
56
"build": {
67
"production": {
8+
"autoIncrement": true,
79
"channel": "production",
810
"distribution": "store",
911
"pnpm": "8.15.4",
@@ -25,6 +27,7 @@
2527
}
2628
},
2729
"staging": {
30+
"autoIncrement": true,
2831
"channel": "staging",
2932
"distribution": "store",
3033
"pnpm": "8.15.4",
@@ -46,6 +49,7 @@
4649
}
4750
},
4851
"qa": {
52+
"autoIncrement": true,
4953
"channel": "qa",
5054
"distribution": "store",
5155
"pnpm": "8.15.4",
@@ -61,13 +65,13 @@
6165
"EXPO_NO_DOTENV": "1",
6266
"FLIPPER_DISABLE": "1"
6367
},
64-
6568
"prebuildCommand": "prebuild --skip-dependency-update react",
6669
"cache": {
6770
"key": "eas-1"
6871
}
6972
},
7073
"development": {
74+
"autoIncrement": true,
7175
"developmentClient": true,
7276
"distribution": "internal",
7377
"pnpm": "8.15.4",

0 commit comments

Comments
 (0)