From a5994e33c2a964592c27c8b59a8902dd1e5a1498 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 25 Oct 2024 04:45:48 +0200 Subject: [PATCH] build(Makefile): remove frontend manifest during clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3aae36ad0..d510bec62 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ help: # HELP: stop all running containers and remove all compilation results in the directory (but leave images including dependencies unharmed) clean: $(MAKE) stop - -rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known + -rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known config/manifest.json -rm -rf .stack-work .stack-work-run .stack-work-test .stack-work-doc .stack-work.lock -rm -rf bin .Dockerfile develop -$(CONTAINER_COMMAND) container prune --force