Skip to content

Commit bd41999

Browse files
committedMar 26, 2025·
fix: removed bench and test from package as they are unneeded

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
"build": "shx rm -rf ./lib && tsc -p ./tsconfig.build.json",
2525
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
2626
"tsx": "tsx",
27-
"test": "node ./scripts/test.mjs",
2827
"lint": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}'",
2928
"lintfix": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}' --fix",
3029
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
31-
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
32-
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
30+
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
3331
},
3432
"devDependencies": {
3533
"@eslint/compat": "^1.2.5",

0 commit comments

Comments
 (0)
Please sign in to comment.