From a3ca0ddb555254f6869d36351dcc9b006a5d9d17 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 29 Jul 2024 15:50:16 +0200 Subject: [PATCH] chore(Makefile): require well-known for frontend targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dce7df4c1..a0ff74818 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ bin/uniworxdb: .stack-work.lock stack build --fast --flag uniworx:-library-only --copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev .PHONY: frontend-% -frontend-%: node_modules +frontend-%: well-known $(MAKE) -- --frontend-$* .PHONY: --frontend-build