|
14 | 14 | "expo:prebuild": "yarn with-env yarn expo prebuild --skip-dependency-update react-native,react",
|
15 | 15 | "android": "yarn with-env expo run:android",
|
16 | 16 | "ios": "yarn with-env expo run:ios",
|
17 |
| - "eas:build:dev:simulator:ios:local": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development:simulator --platform ios --local", |
18 |
| - "eas:build:dev:simulator:ios": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development:simulator --platform ios", |
19 |
| - "eas:build:dev:simulator:android": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development:simulator --platform android", |
20 |
| - "eas:build:dev:device:ios": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development:device --platform ios", |
21 |
| - "eas:build:dev:device:android": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development:device --platform android", |
22 | 17 | "eas:build:dev:android": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development --platform android",
|
23 | 18 | "eas:build:dev:ios": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas build --profile development --platform ios",
|
24 |
| - "eas:build:staging:android": "cross-env NODE_ENV=staging APP_ENV=staging yarn with-env eas build --profile staging --platform android", |
25 |
| - "eas:build:staging:ios": "cross-env NODE_ENV=staging APP_ENV=staging yarn with-env eas build --profile staging --platform ios", |
26 |
| - "eas:submit:dev:android": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas submit --profile staging --platform android", |
27 |
| - "eas:submit:staging:android": "cross-env NODE_ENV=staging APP_ENV=staging yarn with-env eas submit --profile staging --platform android", |
28 |
| - "eas:submit:dev:ios": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas submit --profile staging --platform ios", |
29 |
| - "eas:submit:staging:ios": "cross-env NODE_ENV=staging APP_ENV=staging yarn with-env eas submit --profile staging --platform ios", |
30 |
| - "eas:update:dev:android": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas update --channel staging --platform android", |
31 |
| - "eas:update:staging:android": "cross-env NODE_ENV=staging APP_ENV=staging yarn with-env eas update --channel staging --platform android", |
32 |
| - "eas:update:dev:ios": "cross-env NODE_ENV=development APP_ENV=development yarn with-env eas update --channel staging --platform ios", |
33 |
| - "eas:update:staging:ios": "cross-env NODE_ENV=staging APP_ENV=staging yarn with-env eas update --channel staging --platform ios" |
| 19 | + "eas:build:preview:android": "cross-env NODE_ENV=preview APP_ENV=preview yarn with-env eas build --profile preview --platform android", |
| 20 | + "eas:build:preview:ios": "cross-env NODE_ENV=preview APP_ENV=preview yarn with-env eas build --profile preview --platform ios" |
34 | 21 | },
|
35 | 22 | "dependencies": {
|
36 | 23 | "@babel/runtime": "^7.27.3",
|
|
87 | 74 | "babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
88 | 75 | "babel-preset-expo": "~12.0.4",
|
89 | 76 | "cross-env": "^7.0.3",
|
| 77 | + "dotenv-cli": "^7.3.0", |
90 | 78 | "eslint-config-custom": "workspace:*",
|
91 | 79 | "metro-minify-terser": "^0.74.1",
|
92 | 80 | "react-native-clean-project": "^4.0.3",
|
|
0 commit comments