From d08bce1db7ba15883715c66d0083a30d07c79b6e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 16 Nov 2025 09:00:25 +0800 Subject: [PATCH] Add tnpm cache cleanup support --- bin/clean.sh | 2 ++ 1 file changed, 2 insertions(+) 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"