Skip to content

Commit cc9bf7d

Browse files
committed
ci(build): fix size json report
1 parent 5049b71 commit cc9bf7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
run: |
4040
pnpm install --frozen-lockfile
4141
pnpm build
42-
pnpm size:json > ../head-size.json
42+
node scripts/size-report.mjs --json > ../head-size.json
4343
4444
- name: Build base
4545
working-directory: base
4646
continue-on-error: true
4747
run: |
4848
pnpm install --frozen-lockfile
4949
pnpm build
50-
pnpm size:json > ../base-size.json
50+
node scripts/size-report.mjs --json > ../base-size.json
5151
5252
- name: Compare size
5353
run: |

0 commit comments

Comments
 (0)