From b844e3028c49596b456d144c85d2b68629208464 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 17 Nov 2024 01:02:18 +0100 Subject: [PATCH] build(Makefile): ensure frontend compilation is done before starting backend --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5089025d..b6b5b04b4 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ start: $(MAKE) start-postgres $(MAKE) start-memcached $(MAKE) start-minio - $(MAKE) start-frontend + $(MAKE) compile-frontend $(MAKE) start-backend .PHONY: %-backend