Commit 1aa5f43
ci: verify generated type definitions in CI and release gates
npm test intentionally excludes the d.ts-build-dependent type audits, so
they were not exercised in CI — meaning a change to the style inventory
or a mixin could break the published .d.ts surface unnoticed. Add a
"Verify type definitions" step running `npm run test:types:all` (build
the declarations once, then the tsc consumer test + docmaker and css
surface audits) to the push/PR workflow and both release workflows. Bump
the tests workflow timeout 5->10m to accommodate the extra build.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 29c72d5 commit 1aa5f43
3 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
0 commit comments