Skip to content

Commit 89f81b2

Browse files
committed
pkg.json: improve bench, clean scripts
1 parent d77ac16 commit 89f81b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"*.d.ts.map"
1313
],
1414
"scripts": {
15-
"bench": "cd benchmark; node secp256k1.js; node curves.js; node ecdh.js; node bls.js",
15+
"bench": "cd benchmark; node secp256k1.js; node curves.js; node ecdh.js; node hash-to-curve.js; node modular.js; node bls.js",
1616
"build": "tsc && tsc -p tsconfig.esm.json",
1717
"build:release": "rollup -c rollup.config.js",
18-
"build:clean": "rm *.{js,d.ts,js.map} esm/*.{js,js.map} 2> /dev/null",
18+
"build:clean": "rm *.{js,d.ts,d.ts.map,js.map} esm/*.{js,d.ts,d.ts.map,js.map} 2> /dev/null",
1919
"lint": "prettier --check 'src/**/*.{js,ts}' 'test/*.js'",
2020
"format": "prettier --write 'src/**/*.{js,ts}' 'test/*.js'",
2121
"test": "node test/index.test.js"

0 commit comments

Comments
 (0)