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"