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 1e63ec4 commit 27a06ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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}"
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
minimum-change-threshold: 300

0 comments on commit 27a06ea

Please sign in to comment.