Commit cb00bc8
fix(v2): build the documents before typechecking in CI
worker/src/generated/ is gitignored -- it is a pure function of the tree, so
committing it would be a second source of truth -- which means a fresh checkout
does not have it and tsc cannot resolve ./generated/documents.js.
Locally the directory already existed from an earlier build, so the ordering
mistake was invisible until CI ran on a clean checkout. build:data now runs
first. deploy.yml already had the right order.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 1845e2b commit cb00bc8
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
0 commit comments