Commit bdb5cc2
authored
ci: clarify strict types generation in workflow (#475)
Update generate.yml workflow documentation to explicitly mention that
strict types (src/types-strict.ts) are generated alongside standard
types (types/api.d.ts) when the OpenAPI definition is synced.
The generation was already happening via generate-sdk.mjs, but wasn't
documented in the workflow comments or PR description template.1 parent 1be81d9 commit bdb5cc2
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
0 commit comments