Remove clean script

This commit is contained in:
Salman Chishti 2025-03-10 06:51:30 -07:00
parent 47c4fa85df
commit 5007821c77

View File

@ -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"