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 a28b214 commit b8a1a4f
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,**/*.map,**/node_modules/**}"
exclude: "{dist/es.js,dist/module.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 b8a1a4f

Please sign in to comment.