Commit b63be4b
committed
fix(expo/ios): use dynamic lookup to find path to migration script
Changed the `PRISMA_MIGRATIONS` variable to use the Node binary set by Expo for looking up where
`@prisma/react-native` is installed. This allows using `@prisma/react-native` in a monorepo where
the `node_modules/` folder may be hoisted to the top level of the workspace.
The commit also cleans up extraneous leading whitespace from the commands added by the Expo config
plugin.1 parent a2f22b1 commit b63be4b
1 file changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
38 | 35 | | |
0 commit comments