Commit 56a788b
committed
fix(sandbox): let create-expo-app install so 'expo install' can bake web deps
The Expo template step used create-expo-app --no-install then 'expo install', which
fails ('expo' not installed). Drop --no-install so expo exists; the web deps land in
package.json and node_modules is removed (runtime pnpm-installs). Validated by building
the snapshot on Daytona infra.1 parent 9bdb2d4 commit 56a788b
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments