From 0d06d9c78ff43090601a35af789ca62e72c455e4 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Fri, 21 Nov 2025 15:36:17 -0600 Subject: [PATCH] chore: remove unused npm script I most commonly see people use `git clean -fxd` instead. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fa72e7a2..f400bd2f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "scripts": { "build": "npm run --workspaces build", "test": "npm run --workspaces --if-present test", - "distclean": "rm -rf node_modules packages/*/node_modules", "postinstall": "patch-package" }, "devDependencies": {