We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4174769 commit ef59212Copy full SHA for ef59212
.github/workflows/size.yml
@@ -38,8 +38,6 @@ jobs:
38
cache: 'yarn'
39
- name: Install
40
run: yarn install
41
- - name: Build packages
42
- run: yarn build
43
- name: Check build size
44
uses: posva/[email protected]
45
with:
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"benchmark": "node ./benchmark/index.js",
18
"build": "node -r esbuild-register scripts/build.ts",
19
- "build:size": "npm-run-all --parallel build:size-*",
+ "build:size": "yarn build && npm-run-all --parallel build:size-*",
20
"build:size-core": "cd packages/size-check-core && yarn build",
21
"build:size-petite-vue-i18n": "cd packages/size-check-petite-vue-i18n && yarn build",
22
"build:size-vue-i18n": "cd packages/size-check-vue-i18n && yarn build",
0 commit comments