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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user