Commit efa0523
Replace --non-interactive with CI=1 for expo start/prebuild (#357)
--non-interactive is deprecated in newer Expo CLI versions; the
recommended replacement is setting CI=1 (or CI=true) in the environment.
GitHub Actions already sets CI=true, so expo prebuild just needs the
flag removed; the start script explicitly sets CI=1 to be safe.
https://claude.ai/code/session_01Kd5nY1iNaeEsUNSF76z1bN
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7739774 commit efa0523
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments