Skip to content

Commit

Permalink
fix node bench script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 25, 2024
1 parent 124d836 commit 00d461b
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 @@ -26,7 +26,7 @@
],
"scripts": {
"bench:bun": "bun run ./test/bench",
"bench:node": "node --import jiti/loader ./test/bench",
"bench:node": "node --import jiti/register ./test/bench",
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --cache . && prettier -c src test examples docs",
Expand Down

0 comments on commit 00d461b

Please sign in to comment.