From ace37d5c4598b8a6d152a7879da3503713a8a63f Mon Sep 17 00:00:00 2001 From: William Killerud Date: Fri, 9 Aug 2024 14:09:17 +0200 Subject: [PATCH] chore: add clean script [skip ci] --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index a8a57f1..7d2eb69 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "lib" ], "scripts": { + "clean": "rimraf .tap node_modules types", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "tap --disable-coverage --allow-empty-coverage tests/**/*.js", @@ -45,6 +46,7 @@ "eslint": "9.8.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", + "rimraf": "6.0.1", "semantic-release": "24.0.0", "tap": "18.8.0", "typescript": "5.5.4"