Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

add `yarn intl:compile` to postinstall hook (#2250)

authored by

Samuel Newman and committed by
GitHub
946b2c91 e87065f0

+1 -1
+1 -1
package.json
··· 4 4 "private": true, 5 5 "scripts": { 6 6 "prepare": "is-ci || husky install", 7 - "postinstall": "patch-package", 7 + "postinstall": "patch-package && yarn intl:compile", 8 8 "prebuild": "expo prebuild --clean", 9 9 "android": "expo run:android", 10 10 "ios": "expo run:ios",