mirror of
https://github.com/tw93/Mole.git
synced 2026-02-17 18:53:54 +00:00
fix(clean): ensure flutter .dart_tool caches are discovered
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user