Commit 26e1667
perf(build): skip TS in next build, reduce sentry upload, add CI typecheck (#2782)
Build optimizations (~110s savings):
- typescript.ignoreBuildErrors: true — skips the 79s TypeScript check
during next build. Type errors are now caught by the check-types CI
workflow instead.
- widenClientFileUpload: false — reduces Sentry source map upload
scope, saving ~30-40s of scanning/uploading client-side files.
CI:
- Added pull_request trigger to check-types.yml so typecheck runs on
every PR, replacing the in-build check.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 016f379 commit 26e1667
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments