From f3951f2718307ddbe1a4a90c599f777359513e4d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Apr 2024 16:14:20 +0100 Subject: remove build-embed from Dockerfile (#3502) --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1