Skip to content

Commit

Permalink
chore: Ignore source maps in pkg-size analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored Apr 16, 2022
1 parent b31a52f commit d40cd52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkg-size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
- name: Package size report
uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
hide-files: '*.{js,css}.map'

0 comments on commit d40cd52

Please sign in to comment.