chore: change jsengine to jsc in top level since it fails to build otherwise

This commit is contained in:
castdrian
2024-01-15 00:40:27 +01:00
parent dcdb59ddd5
commit 49318dca38
3 changed files with 11 additions and 10 deletions

View File

@@ -17,7 +17,9 @@
"react-native": "*",
"react-native-svg": "*",
"react-native-svg-transformer": "*",
"react-native-web": "*"
"react-native-web": "*",
"@babel/core": "*",
"pod-install": "*"
},
"scripts": {
"eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile",