chore(task): remove 'out' directory cleanup from Taskfile.yml

This commit is contained in:
2026-01-04 23:02:40 -06:00
parent a05fdee7e9
commit 194f467298

View File

@@ -310,6 +310,7 @@ tasks:
- rm -rf python-dist - rm -rf python-dist
- rm -rf meshchatx/public - rm -rf meshchatx/public
- rm -rf build-dir - rm -rf build-dir
- rm -rf out
- task: android-clean - task: android-clean
build-docker: build-docker: