Skip to content

Commit 0efec10

Browse files
committed
add profile command
1 parent 550b0f8 commit 0efec10

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
@@ -9,7 +9,8 @@
99
"scripts": {
1010
"generate": "node generate.mjs && pnpm i",
1111
"test": "node --experimental-require-module src/static.test.mjs",
12-
"rolldown": "rm -rf dist && rolldown -c"
12+
"rolldown": "rm -rf dist && rolldown -c",
13+
"profile-rolldown": "rm -rf dist && xcrun xctrace record --template 'Time Profile' --output . --launch -- /Users/boshen/.volta/tools/image/node/22.12.0/bin/node /Users/boshen/github/rolldown/packages/rolldown/bin/cli.js -c"
1314
},
1415
"dependencies": {
1516
"npm-high-impact": "1.9.0",

0 commit comments

Comments
 (0)