Skip to content

Commit ef59212

Browse files
authored
chore: size limit (#618)
* chore: size limit * update
1 parent 4174769 commit ef59212

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/size.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
cache: 'yarn'
3939
- name: Install
4040
run: yarn install
41-
- name: Build packages
42-
run: yarn build
4341
- name: Check build size
4442
uses: posva/[email protected]
4543
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"benchmark": "node ./benchmark/index.js",
1818
"build": "node -r esbuild-register scripts/build.ts",
19-
"build:size": "npm-run-all --parallel build:size-*",
19+
"build:size": "yarn build && npm-run-all --parallel build:size-*",
2020
"build:size-core": "cd packages/size-check-core && yarn build",
2121
"build:size-petite-vue-i18n": "cd packages/size-check-petite-vue-i18n && yarn build",
2222
"build:size-vue-i18n": "cd packages/size-check-vue-i18n && yarn build",

0 commit comments

Comments
 (0)