We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0354626 commit 811ae18Copy full SHA for 811ae18
scripts/generate-types.js
@@ -88,12 +88,13 @@ type Repository = components["schemas"]["full-repository"]
88
await writeFile(
89
`packages/${packageName}/types.d.ts`,
90
await prettier.format(
91
- COMMENT_HEADER + astToString(
92
- await openapiTS(
93
- pathToFileURL(`packages/openapi-webhooks/generated/${name}.json`),
94
- { defaultNonNullable: false, }
+ COMMENT_HEADER +
+ astToString(
+ await openapiTS(
+ pathToFileURL(`packages/openapi-webhooks/generated/${name}.json`),
95
+ { defaultNonNullable: false },
96
+ ),
97
),
- ),
98
{
99
parser: "typescript",
100
},
0 commit comments