You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add skip-bundle-size-check script for bypassing size check
When an intentional size increase exceeds the 0.5KB threshold:
1. Run `bin/skip-bundle-size-check` to set the current branch
2. Commit and push the .bundle-size-skip-branch file
3. The CI will skip the size check for that branch
The workflow uses a two-job approach: check-skip runs first, and
the size job only runs if the branch isn't in the skip file.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments