Skip to content

Commit 27dbdce

Browse files
committed
fix d8 bench path
1 parent 34966cd commit 27dbdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"bench": "BABEL_ENV=test node -r @babel/register benchmarks index.js",
40-
"bench:v8": "BABEL_ENV=test microbundle benchmarks/index.js -f modern --alias benchmarkjs-pretty=benchmarks/lib/benchmark-lite.js --external none --target node --no-compress --no-sourcemap --raw -o benchmarks/.v8.mjs && v8 --module benchmarks/.v8.mjs",
40+
"bench:v8": "BABEL_ENV=test microbundle benchmarks/index.js -f modern --alias benchmarkjs-pretty=benchmarks/lib/benchmark-lite.js --external none --target node --no-compress --no-sourcemap --raw -o benchmarks/.v8.mjs && v8 --module benchmarks/.v8.modern.js",
4141
"build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s copy-typescript-definition",
4242
"postbuild": "node ./config/node-13-exports.js && node ./config/node-commonjs.js",
4343
"transpile": "microbundle src/index.js -f es,umd --target web --external preact",

0 commit comments

Comments
 (0)