From 028c1afe372b710cc91fe3b8507d893b8f0b6601 Mon Sep 17 00:00:00 2001 From: gearnode Date: Fri, 31 Jan 2025 21:07:50 -0800 Subject: [PATCH] Update make clean target Signed-off-by: gearnode --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index d805a2828..2904dff81 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,6 +73,8 @@ fmt-check: .PHONY: clean clean: $(RM) -rf bin/* + $(RM) -rf node_modules + $(RM) -rf apps/console/{dist,node_modules} .PHONY: stack-up stack-up: