use debugOptimized variant

This commit is contained in:
Samuel Newman
2025-12-30 20:40:46 +02:00
parent 96669571a7
commit c264770e7a
+1 -1
View File
@@ -22,7 +22,7 @@
"prepare": "is-ci || husky install", "prepare": "is-ci || husky install",
"postinstall": "patch-package && yarn intl:compile-if-needed", "postinstall": "patch-package && yarn intl:compile-if-needed",
"prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --clean", "prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --clean",
"android": "expo run:android", "android": "expo run:android --variant debugOptimized",
"android:prod": "expo run:android --variant release", "android:prod": "expo run:android --variant release",
"android:profile": "BSKY_PROFILE=1 expo run:android --variant release", "android:profile": "BSKY_PROFILE=1 expo run:android --variant release",
"ios": "expo run:ios", "ios": "expo run:ios",