Commit 00b2965
fix(ci): fix lint, build types path, and iOS grep
Lint (Typecheck & Lint job):
- Remove eslint-disable-next-line react-hooks/exhaustive-deps comments.
ESLint 8+ errors when a disable comment references a plugin rule that
isn't installed. Replaced with plain inline comments.
Build (Build Package job):
- Fix types field in package.json: lib/typescript/src/index.d.ts →
lib/typescript/index.d.ts. Bob does not preserve the src/ subdirectory
in the TypeScript output path.
- Same fix applied to exports['.'].types field.
iOS (iOS Validate job):
- beginBackgroundTask is called inside BGTaskManager.swift (the UIKit
background task wrapper), not in RNBackgroundTimer.swift which
delegates to it. Update grep to look in the correct file.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d9485b7 commit 00b2965
3 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | | - | |
| 220 | + | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
145 | | - | |
| 143 | + | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
| |||
0 commit comments