Commit 173e6eb
fix: revert bare-resource-fetcher typecheck script to avoid CI race condition
The typecheck script was changed to run `react-native-executorch prepare`
before typechecking, but this causes a race condition in CI: the parallel
`yarn typecheck` step triggers bob build (which cleans lib/typescript) while
expo-resource-fetcher is concurrently typechecking against it, resulting in
TS2307 "Cannot find module 'react-native-executorch'" errors.
Revert to simple `tsc --noEmit` matching the main branch; CI already runs
`--topological-dev run prepare` before typecheck.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0f784ad commit 173e6eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments