switch mmkv version before android eas bundle (#8526)

This commit is contained in:
hailey
2025-06-18 12:46:24 -07:00
committed by GitHub
parent eb18b6a49a
commit f36776a91e
5 changed files with 35 additions and 18 deletions
+2 -1
View File
@@ -61,7 +61,8 @@
"intl:push": "crowdin push translations --verbose -b main",
"nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android",
"update-extensions": "bash scripts/updateExtensions.sh",
"export": "npx expo export --dump-sourcemap && yarn upload-native-sourcemaps",
"export-ios": "npx expo export --platform ios --dump-sourcemap && yarn upload-native-sourcemaps",
"export-android": "npx expo export --platform android --dump-sourcemap && yarn upload-native-sourcemaps",
"upload-native-sourcemaps": "npx sentry-expo-upload-sourcemaps dist",
"make-deploy-bundle": "bash scripts/bundleUpdate.sh",
"generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 yarn build-web",