From dde36fa5589a362b60b7b72eb7793a3f133e159c Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 07 Jun 2023 17:52:53 +0000
Subject: [PATCH] update gh actions

---
 quartz/bootstrap-cli.mjs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index be6270e..f9b5304 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -74,6 +74,7 @@
               const transpiled = await esbuild.build({
                 stdin: {
                   contents: text,
+                  loader: 'ts',
                   sourcefile: path.relative(path.resolve('.'), args.path),
                 },
                 write: false,

--
Gitblit v1.10.0