Skip to content

Commit 5a827e8

Browse files
committed
Re-enable npm publish
1 parent ae2192a commit 5a827e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function createOutput(docType: DocType) {
6262
logUpdate(docType, "json");
6363
}
6464

65-
// await publishJsonPackage(docType);
65+
await publishJsonPackage(docType);
6666
}
6767

6868
async function run() {

0 commit comments

Comments
 (0)