Skip to content

Commit

Permalink
fix bench script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Mar 12, 2023
1 parent a129169 commit 1b8fa1f
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 @@ -49,7 +49,7 @@
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -R test/main.cjs",
"doc": "jsdoc2md -f tmp/kiwi.js -m none -g none > docs/Kiwi.md && node scripts/docs-update-headings.js && prettier docs/Kiwi.md --write",
"lint": "prettier . --check",
"bench": "node bench/main.js",
"bench": "node bench/main.cjs",
"prepare": "npm run build"
}
}

0 comments on commit 1b8fa1f

Please sign in to comment.