Skip to content

Commit

Permalink
Update bundled-size.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Oct 29, 2023
1 parent 27a06ea commit a28b214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundled-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
build-script: "build-rollup"
compression: "none"
# no need to report on files that aren't the interesting ones
exclude: "{./dist/es.js,./dist/module.js,./dist/array.full.js,./node_modules/*}"
# no need to report on very small byte changes which show as 0% changed
exclude: "{./dist/es.js,./dist/module.js,./dist/array.full.js,**/*.map,**/node_modules/**}"
# no need to report on very small byte changes which show as 0% change
minimum-change-threshold: 300

0 comments on commit a28b214

Please sign in to comment.