Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Skip dirty git tree check in prebuild (#8853)

authored by

Samuel Newman and committed by
GitHub
5e07b0c7 dddea126

+1 -1
+1 -1
package.json
··· 21 21 "scripts": { 22 22 "prepare": "is-ci || husky install", 23 23 "postinstall": "patch-package && yarn intl:compile-if-needed", 24 - "prebuild": "expo prebuild --clean", 24 + "prebuild": "EXPO_NO_GIT_STATUS=1 expo prebuild --clean", 25 25 "android": "expo run:android", 26 26 "android:prod": "expo run:android --variant release", 27 27 "android:profile": "BSKY_PROFILE=1 expo run:android --variant release",