Skip to content

Commit 05ab1e9

Browse files
authored
chore: Add gzip size to pkg-size report
1 parent d40cd52 commit 05ab1e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pkg-size-report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
40-
hide-files: '*.{js,css}.map'
40+
hide-files: '*.{js,css}.map'
41+
display-size: uncompressed, gzip

0 commit comments

Comments
 (0)