Commit 3a57e57
committed
fix(ai-sandbox): make test:types wait for package build
tests/testkit-subpath.test.ts imports @tanstack/ai-sandbox/testkit, which
resolves through package exports to dist. test:types only depended on
^build, so tsc could run before this package's build and fail with TS2307
when dist was missing. That race failed CI while local runs with a warm
dist stayed green.1 parent d1ed540 commit 3a57e57
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
| |||
0 commit comments