build(Makefile): ensure frontend compilation is done before starting backend

This commit is contained in:
Sarah Vaupel 2024-11-17 01:02:18 +01:00
parent 891a6e7c64
commit b844e3028c

View File

@ -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