Add static typecheck to pipeline

This commit is contained in:
Zef Hemel
2023-01-15 11:33:09 +01:00
parent 31c2f6c222
commit 71b3ee4c77
4 changed files with 5 additions and 60 deletions
+1
View File
@@ -16,6 +16,7 @@ export async function sharePublisher(event: PublishEvent) {
const markdownHtml = renderMarkdownToHtml(tree, {
smartHardBreak: true,
});
const html =
`<html><head><style>${css}</style></head><body><div id="root">${markdownHtml}</div></body></html>`;
await rootFS.writeFile(path, html, "utf8");