allow creating profileable builds

This commit is contained in:
Samuel Newman
2026-01-30 15:13:29 +02:00
parent 45735144ee
commit ccb4890519
3 changed files with 34 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
"prepare": "is-ci || husky install",
"postinstall": "patch-package && yarn intl:compile-if-needed",
"prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --clean",
"prebuild:profile": "BSKY_PROFILE=1 EXPO_NO_GIT_STATUS=1 expo prebuild --clean",
"android": "expo run:android",
"android:prod": "expo run:android --variant release",
"android:profile": "BSKY_PROFILE=1 expo run:android --variant release",