Skip to content

Commit

Permalink
chore: update benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 14, 2023
1 parent da6a190 commit a8ec8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsup-node",
"benchmark": "npm run compile && node build/benchmarks/index.js",
"benchmark": "node --loader=ts-node/esm benchmarks/index.ts",
"build": "npm run compile",
"release": "np",
"version": "npm run build",
Expand Down

0 comments on commit a8ec8e2

Please sign in to comment.