about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
-rw-r--r--Makefile1
2 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index e36a95929..3ad05b6ec 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,8 +32,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
   npm install --global yarn && \
   yarn && \
   yarn intl:build && \
-  yarn build-web && \
-  yarn build-embed
+  yarn build-web
 
 # DEBUG
 RUN find ./bskyweb/static && find ./web-build/static
diff --git a/Makefile b/Makefile
index 9e82e0fe4..c90abb783 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ help: ## Print info about all commands
 build-web: ## Compile web bundle, copy to bskyweb directory
 	yarn intl:build
 	yarn build-web
-	yarn build-embed
 
 .PHONY: test
 test: ## Run all tests