Skip to content

Commit d40cd52

Browse files
authored
chore: Ignore source maps in pkg-size analysis
1 parent b31a52f commit d40cd52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
- name: Package size report
3636
uses: pkg-size/action@v1
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
with:
40+
hide-files: '*.{js,css}.map'

0 commit comments

Comments
 (0)