From 61ef4420578f450dc2cc7b1efc1c5a691a871c74 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 7 Jul 2023 19:22:26 +0300 Subject: [PATCH] fix clean-check script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b351ad2..e26b137 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "typescript": "^5.0.2" }, "scripts": { - "clean-check": "npm run --build --clean", + "clean-check": "tsc --build --clean", "prepublishOnly": "npm run clean-check && tsc --build", "postpublish": "npm run clean-check", "test": "npm run clean-check && node --test",