From 11e5383d153b007d47b4454caa705a301730ab07 Mon Sep 17 00:00:00 2001 From: tjtanjin Date: Mon, 16 Sep 2024 21:18:17 +0800 Subject: [PATCH] chore: Remove unused test script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ed2d0d68..e17f347a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ }, "scripts": { "lint": "eslint --fix . --ext .tsx", - "test": "node ./test/RunTests.js", "build": "tsc && vite build && cp ./dist/index.d.ts ./dist/index.d.cts", "prepublishOnly": "tsc && vite build && cp ./dist/index.d.ts ./dist/index.d.cts", "prepack": "tsc && vite build && cp ./dist/index.d.ts ./dist/index.d.cts",