From 3cdaa2fee05b77a061db638ad6b55c4ac8171fba Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Mon, 10 Mar 2025 07:53:32 +0700 Subject: [PATCH] chore(core): add `clean` actions for `:mac` and `:win` targets Fixes: #13381 --- core/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/build.sh b/core/build.sh index 18a1515515..b97ce73515 100755 --- a/core/build.sh +++ b/core/build.sh @@ -139,6 +139,8 @@ do_action() { # ------------------------------------------------------------------------------- do_action clean +builder_run_action clean:mac rm -rf "$KEYMAN_ROOT/core/build/mac/$BUILDER_CONFIGURATION" +builder_run_action clean:win rm -rf "$KEYMAN_ROOT/core/build/win/$BUILDER_CONFIGURATION" # -------------------------------------------------------------------------------