From 5007821c77036db7ca9919a95dae207313ada173 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 10 Mar 2025 06:51:30 -0700 Subject: [PATCH] Remove clean script --- packages/cache/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cache/package.json b/packages/cache/package.json index fcdd7343..9b8b0ac6 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -31,8 +31,7 @@ "scripts": { "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", "test": "echo \"Error: run tests from root\" && exit 1", - "tsc": "tsc", - "clean": "rm -rf node_modules lib" + "tsc": "tsc" }, "bugs": { "url": "https://github.com/actions/toolkit/issues"