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",