1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-06 06:08:01 +00:00

Add tnpm cache cleanup support

This commit is contained in:
Tw93
2025-11-16 09:00:25 +08:00
parent a015cd6da8
commit d08bce1db7

View File

@@ -800,6 +800,8 @@ perform_cleanup() {
safe_clean ~/.npm/_cacache/* "npm cache directory"
safe_clean ~/.npm/_logs/* "npm logs"
safe_clean ~/.tnpm/_cacache/* "tnpm cache directory"
safe_clean ~/.tnpm/_logs/* "tnpm logs"
safe_clean ~/.yarn/cache/* "Yarn cache"
safe_clean ~/.bun/install/cache/* "Bun cache"