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 ae2192a commit 5a827e8Copy full SHA for 5a827e8
src/index.ts
@@ -62,7 +62,7 @@ async function createOutput(docType: DocType) {
62
logUpdate(docType, "json");
63
}
64
65
- // await publishJsonPackage(docType);
+ await publishJsonPackage(docType);
66
67
68
async function run() {
0 commit comments