Commit 0cf0976
ci(pr-build): run build:ts before typecheck for Web SDK
The Web SDK is a yarn workspace where packages/llamacpp and packages/onnx
import from `@runanywhere/web` (the core package). `npm run typecheck`
resolves cross-workspace imports via the core package's dist/.d.ts files,
so it has to run AFTER build:ts has produced them — not before.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1a1a79b commit 0cf0976
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | | - | |
349 | | - | |
350 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
351 | 355 | | |
352 | 356 | | |
353 | 357 | | |
| |||
0 commit comments