Skip to content

Commit 52de5ca

Browse files
committed
fix
1 parent e91adf1 commit 52de5ca

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
@@ -74,7 +74,7 @@
7474
"preview:size-vue-i18n": "pnpm --filter @intlify/size-check-vue-i18n preview",
7575
"release": "bumpp package.json packages/**/package.json --commit \"release: v\" --push --tag",
7676
"size": "tsx ./scripts/build.ts --size && tsx ./scripts/size.ts",
77-
"size:rolldown": "tsx ./scripts/build-rolldown.ts",
77+
"build:rolldown": "tsx ./scripts/build-rolldown.ts",
7878
"size:report": "tsx ./scripts/report-size.ts",
7979
"test": "run-s lint test:cover check-install test:e2e",
8080
"test:cover": "pnpm test:unit --coverage",

0 commit comments

Comments
 (0)