mirror of https://github.com/vuejs/core.git
ci: show size report for push job
This commit is contained in:
parent
fcaa315493
commit
4be1fc1d60
|
@ -50,3 +50,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: pr-number
|
name: pr-number
|
||||||
path: pr.txt
|
path: pr.txt
|
||||||
|
|
||||||
|
- name: Size report
|
||||||
|
if: ${{github.event_name == 'push'}}
|
||||||
|
run: pnpm tsx scripts/size-report.ts
|
||||||
|
|
Loading…
Reference in New Issue