diff --git a/package.json b/package.json index 9b0a50c59d..e8baad5c50 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "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", diff --git a/plugins/withProfileableAndroid.js b/plugins/withProfileableAndroid.js index a7a31c644e..7ccd414967 100644 --- a/plugins/withProfileableAndroid.js +++ b/plugins/withProfileableAndroid.js @@ -2,8 +2,6 @@ const {withAndroidManifest} = require('@expo/config-plugins') module.exports = function withProfileableAndroid(config) { return withAndroidManifest(config, mod => { - if (process.env.BSKY_PROFILE !== '1') return mod - const manifest = mod.modResults.manifest // Ensure