From 4972654a5c06718153e0cf61f5092f298163d14a Mon Sep 17 00:00:00 2001 From: George Sittas Date: Thu, 2 Oct 2025 16:43:22 +0300 Subject: [PATCH] Chore: rename clean-caches to clear-caches --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89b5be5131..2b3e10cb1b 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ ui-build: clean-build: rm -rf build/ && rm -rf dist/ && rm -rf *.egg-info -clean-caches: +clear-caches: find . -type d -name ".cache" -exec rm -rf {} + 2>/dev/null && echo "Successfully removed all .cache directories" dev-publish: ui-build clean-build publish