about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-04-12 16:14:20 +0100
committerGitHub <noreply@github.com>2024-04-12 16:14:20 +0100
commitf3951f2718307ddbe1a4a90c599f777359513e4d (patch)
tree4d6939ef4d0d2fd986fa2417469dd35d886c316d /Makefile
parented2c8b720edb0886f72e97539fc5b08d943dda42 (diff)
downloadvoidsky-f3951f2718307ddbe1a4a90c599f777359513e4d.tar.zst
remove build-embed from Dockerfile (#3502)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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