Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

remove build-embed from Dockerfile (#3502)

authored by

Samuel Newman and committed by
GitHub
f3951f27 ed2c8b72

+1 -3
+1 -2
Dockerfile
··· 32 32 npm install --global yarn && \ 33 33 yarn && \ 34 34 yarn intl:build && \ 35 - yarn build-web && \ 36 - yarn build-embed 35 + yarn build-web 37 36 38 37 # DEBUG 39 38 RUN find ./bskyweb/static && find ./web-build/static
-1
Makefile
··· 12 12 build-web: ## Compile web bundle, copy to bskyweb directory 13 13 yarn intl:build 14 14 yarn build-web 15 - yarn build-embed 16 15 17 16 .PHONY: test 18 17 test: ## Run all tests