File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 },
66 "build" : {
77 "production" : {
8+ "environment" : " production" ,
89 "channel" : " production" ,
910 "distribution" : " store" ,
1011 "pnpm" : " 9.12.3" ,
2526 }
2627 },
2728 "staging" : {
29+ "environment" : " preview" ,
2830 "channel" : " staging" ,
2931 "distribution" : " internal" ,
3032 "pnpm" : " 9.12.3" ,
4244 }
4345 },
4446 "development" : {
47+ "environment" : " development" ,
4548 "developmentClient" : false ,
4649 "distribution" : " internal" ,
4750 "pnpm" : " 9.12.3" ,
5861 }
5962 },
6063 "simulator" : {
64+ "environment" : " development" ,
6165 "pnpm" : " 9.12.3" ,
6266 "ios" : {
6367 "simulator" : true ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "main" : " expo-router/entry" ,
66 "scripts" : {
7+ "eas-build-pre-install" : " if [ -n \" $GOOGLE_SERVICES_JSON_FILE\" ]; then cp \" $GOOGLE_SERVICES_JSON_FILE\" android/app/google-services.json; fi" ,
78 "start" : " cross-env EXPO_NO_DOTENV=1 expo start" ,
89 "prebuild" : " cross-env EXPO_NO_DOTENV=1 pnpm expo prebuild" ,
910 "android" : " cross-env EXPO_NO_DOTENV=1 expo run:android" ,
You can’t perform that action at this time.
0 commit comments