File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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" ,
2527 }
2628 },
2729 "staging" : {
30+ "autoIncrement" : true ,
2831 "channel" : " staging" ,
2932 "distribution" : " store" ,
3033 "pnpm" : " 8.15.4" ,
4649 }
4750 },
4851 "qa" : {
52+ "autoIncrement" : true ,
4953 "channel" : " qa" ,
5054 "distribution" : " store" ,
5155 "pnpm" : " 8.15.4" ,
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" ,
You can’t perform that action at this time.
0 commit comments