Skip to content

Commit

Permalink
chore: Remove unused test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 16, 2024
1 parent e360646 commit 11e5383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 11e5383

Please sign in to comment.