From c790cb3e0066c17739c0e1e11a464df97001f9ce Mon Sep 17 00:00:00 2001 From: code Date: Wed, 14 Jan 2026 04:39:28 +0000 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f81c7de..8539617 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test:watch": "jest --watch", "test:public": "jest --testPathIgnorePatterns='.*private.*'", "test:private": "jest --testPathPattern='.*private.*'", - "clean": "rm -rf lib dist", + "clean": "rimraf lib dist", "build": "tsc", "build:clean": "npm run clean && npm run build", "build:watch": "npm run clean && tsc --watch",