We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049b71 commit cc9bf7dCopy full SHA for cc9bf7d
1 file changed
.github/workflows/size.yml
@@ -39,15 +39,15 @@ jobs:
39
run: |
40
pnpm install --frozen-lockfile
41
pnpm build
42
- pnpm size:json > ../head-size.json
+ node scripts/size-report.mjs --json > ../head-size.json
43
44
- name: Build base
45
working-directory: base
46
continue-on-error: true
47
48
49
50
- pnpm size:json > ../base-size.json
+ node scripts/size-report.mjs --json > ../base-size.json
51
52
- name: Compare size
53
0 commit comments