diff --git a/bin/clean.sh b/bin/clean.sh index 5aea919..1bf498c 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -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"