Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Run `extract` and `compile` when building for web (#3132)

authored by

Hailey and committed by
GitHub
d5b0a33a 800eecbf

+1 -1
+1 -1
Dockerfile
··· 31 31 nvm use $NODE_VERSION && \ 32 32 npm install --global yarn && \ 33 33 yarn && \ 34 - yarn intl:compile && \ 34 + yarn intl:build && \ 35 35 yarn build-web 36 36 37 37 # DEBUG