Merge pull request #13460 from keymanapp/chore/core/13381-add-clean-actions-for-mac-win

chore(core): add `clean` actions for `:mac` and `:win` targets
This commit is contained in:
Marc Durdin 2025-03-12 08:55:21 +07:00 committed by GitHub
commit 2bc7dc6fb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
# -------------------------------------------------------------------------------