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
fix(scripts): fail update-export-versions if snapshot update fails
The script was silently swallowing errors when snapshot updates failed,
causing versions.ts to be committed without matching snapshots. This led
to CI failures in the coverage workflow.
Changes:
- Exit with code 1 if snapshot update fails
- Only update snapshots when versions actually changed (avoids requiring
build for check-only workflows)
0 commit comments