We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31a52f commit d40cd52Copy full SHA for d40cd52
.github/workflows/pkg-size-report.yml
@@ -35,4 +35,6 @@ jobs:
35
- name: Package size report
36
uses: pkg-size/action@v1
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ with:
40
+ hide-files: '*.{js,css}.map'
0 commit comments