Skip to content

Commit 605cc3d

Browse files
committed
workflow: adjust size script
1 parent 3c27bf6 commit 605cc3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"scripts": {
88
"dev": "node scripts/dev.js",
99
"build": "node scripts/build.js",
10-
"size-runtime": "node scripts/build.js runtime-dom size-check -p -f global",
11-
"size-compiler": "node scripts/build.js compiler-dom -p -f global",
12-
"size": "yarn size-runtime && yarn size-compiler",
10+
"size": "node scripts/build.js vue runtime-dom size-check -p -f global",
1311
"lint": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
1412
"test": "node scripts/build.js vue -f global -d && jest",
1513
"test-dts": "node scripts/build.js reactivity runtime-core runtime-dom -t -f esm && tsd",

0 commit comments

Comments
 (0)