about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorhailey <me@haileyok.com>2025-06-23 10:11:17 -0700
committerGitHub <noreply@github.com>2025-06-23 10:11:17 -0700
commitc894dda0bfa8a7f89ad1f9ad95fc11698e8d9822 (patch)
tree76c8b1567200796acdc4bfdc74784a6a890ed68c /package.json
parentc634cd9071305239f8c7d6acf371aca397f2bf2b (diff)
downloadvoidsky-c894dda0bfa8a7f89ad1f9ad95fc11698e8d9822.tar.zst
disable new arch (#8561)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index eddec7928..651d55f22 100644
--- a/package.json
+++ b/package.json
@@ -61,8 +61,7 @@
     "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-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",
+    "export": "npx expo export --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",