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