From 4d7f6158c91d93ca985cb3a81d1503bae59b29e9 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 30 Oct 2024 01:09:57 +0100 Subject: [PATCH] build(Makefile): ensure develop for compile-backend --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 50b33fe2f..28a534549 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,8 @@ compile: $(MAKE) compile-frontend $(MAKE) compile-backend +compile-%: --develop + .PHONY: lint # HELP: lint frontend and backend lint: lint-frontend lint-backend;