1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-17 13:15:26 +00:00

fix(clean): ensure flutter .dart_tool caches are discovered

This commit is contained in:
tw93
2026-02-15 08:03:38 +08:00
parent 744ecec4ba
commit c896163d4b
2 changed files with 22 additions and 1 deletions

View File

@@ -184,7 +184,6 @@ clean_project_caches() {
-not -path "*/Library/*" \
-not -path "*/.Trash/*" \
-not -path "*/node_modules/*" \
-not -path "*/.*" \
-not -path "*/.fvm/*" \
2> /dev/null || true
) > "$flutter_tmp_file" 2>&1 &