mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 20:19:45 +00:00
Prevent forced re-downloads and re-installations by not cleaning: - ~/Library/Caches/CocoaPods (spec repo cache) - ~/.cache/flutter (engine/artifacts cache) - ~/.pub-cache (Dart package cache) Also standardize redirection syntax to '> /dev/null' for consistency. Fixes #334