Skip to content

Commit

Permalink
chore: Add gzip size to pkg-size report
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Apr 16, 2022
1 parent d40cd52 commit 05ab1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkg-size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
hide-files: '*.{js,css}.map'
hide-files: '*.{js,css}.map'
display-size: uncompressed, gzip

0 comments on commit 05ab1e9

Please sign in to comment.