File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 "build:development:android" : " cross-env APP_ENV=development EXPO_NO_DOTENV=1 eas build --profile development --platform android " ,
2323 "build:staging:ios" : " cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform ios" ,
2424 "build:staging:android" : " cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform android " ,
25- "build:staging:ios:local" : " cross-env APP_ENV=staging sh -c './set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform ios --local'" ,
26- "build:staging:android:local" : " cross-env APP_ENV=staging sh -c './set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform android --local'" ,
25+ "build:staging:ios:local" : " cross-env APP_ENV=staging sh -c './scripts/ set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform ios --local'" ,
26+ "build:staging:android:local" : " cross-env APP_ENV=staging sh -c './scripts/ set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform android --local'" ,
2727 "build:production:ios" : " cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform ios" ,
2828 "build:production:android" : " cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform android " ,
2929 "postinstall" : " husky install" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments