Files
bsky-social-app/scripts
Tomek Zawadzki f0a1c0805b Never exit non-zero on snapshot or report I/O failures
Addresses the review note that 'always exits 0' was not literal: a corrupt
base snapshot now degrades to a warning and no diff, and a failed snapshot
or markdown write to a warning, so the metric can never fail the build.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-31 14:32:02 +02:00
..
2026-08-18 10:46:11 -04:00
2025-06-23 10:11:17 -07:00
2024-04-13 12:20:06 -07:00
2024-06-21 21:38:04 -07:00

Tool Scripts

react-compiler-report.ts

Reports which components and hooks React Compiler skipped optimizing, grouped by the compiler's own diagnostic category. Run with pnpm react-compiler:report; the React Compiler report workflow also runs it on every pull request and posts the report as a sticky PR comment, including a diff against the base commit of components that lost or regained optimization.

updateExtensions.sh

Updates the extensions in /modules with the current iOS/Android project changes.