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 e806283 commit 3c1b879Copy full SHA for 3c1b879
scripts/generate-types.js
@@ -83,6 +83,7 @@ type Repository = components["schemas"]["full-repository"]
83
{ parser: "markdown" },
84
),
85
);
86
+
87
await copyFile("LICENSE", `packages/${packageName}/LICENSE`);
88
89
const schemaTS = await openapiTS(`cache/${name}.json`, {
0 commit comments