Skip to content

Commit

Permalink
Adjust script
Browse files Browse the repository at this point in the history
paulmillr committed Dec 18, 2024
1 parent fb5fde2 commit 099f4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"*.d.ts.map"
],
"scripts": {
"bench": "node benchmark/aead.js noble && node benchmark/ciphers.js noble",
"bench:all": "node benchmark/{aead,ciphers,poly}.js",
"bench": "node benchmark/noble.js",
"bench:compare": "node benchmark/{aead,ciphers,poly}.js",
"bench:install": "cd benchmark; npm install; npm install .. --install-links",
"build": "npm run build:clean; tsc && tsc -p tsconfig.esm.json",
"build:release": "cd build && npm i && npm run build:release",

0 comments on commit 099f4db

Please sign in to comment.