Skip to content

Commit 19b2c1a

Browse files
committed
Add pnpm bench
1 parent afcd119 commit 19b2c1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"url": "git+https://github.com/emberjs/ember.js.git"
4242
},
4343
"scripts": {
44+
"bench": "node ./bin/benchmark.mjs",
4445
"build:js": "rollup --config",
4546
"build:types": "node types/publish.mjs",
4647
"build": "npm-run-all build:*",
@@ -386,4 +387,4 @@
386387
}
387388
},
388389
"packageManager": "pnpm@10.5.0"
389-
}
390+
}

0 commit comments

Comments
 (0)