Commit 2d8f4c1
fix(ci): build the workspace before the hosted TypeScript conformance suites
The generated-output compile gates run the real TypeScript compiler over emitted
code importing `@metaobjectsdev/runtime-ts/drizzle-fastify`. tsc resolves that
subpath through the package's `exports` map, whose `types`/`default` conditions
point at `dist/` — build output a fresh checkout does not have, and tsc does not
honour the `bun` condition that lets bun's own resolution work off `src/`.
scripts/ci-local.sh builds the workspace in its ts-fast lane before this same
gate; the hosted job only ran `bun install`. That drift is why the #214
read-half tsc gate failed on both release tags with "Cannot find module
'@metaobjectsdev/runtime-ts/drizzle-fastify' or its corresponding type
declarations" while local CI stayed green off a previously-built dist/.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 4809023 commit 2d8f4c1
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
121 | 133 | | |
| |||
0 commit comments