
packages-dist/
UMD bundle sizes multiple times (#33987)
At the end of the `integration/run_tests.sh` script, we check and upload the payload sizes of UMD bundles in `dist/packages-dist/`. At some point, we started sharding the integration tests on CI to speed the overall build time. As a result, checking and uploading of UMD bundle sizes was run multiple times (once per shard). Given that the data is identical on each shard, the data was just overwriting the previously uploaded data. Even if the end result is the same, checking and uploading the data multiple times is wasteful. This commit fixes `integration/run_tests.sh` to only check/upload UMD bundle sizes on the 1st shard. PR Close #33987
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
86.3%
JavaScript
8.5%
HTML
1.8%
Starlark
1.7%
CSS
1%
Other
0.6%