From 3907687e2bb2464c4e87f68b4bfc81e242d49bc6 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 10 Jun 2024 23:59:15 -0400 Subject: [PATCH] fix: remove `bunx degit ...` so it builds --- setup.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.mjs b/setup.mjs index f8eca0ef6..364affabb 100644 --- a/setup.mjs +++ b/setup.mjs @@ -20,7 +20,7 @@ for (const git of gits) { } const tools = ['poster', 'ioc', 'builder', 'localizer', 'publisher']; -await $`bunx --yes degit --force sern-handler/tools/packages tools/`; +// await $`bunx --yes degit --force sern-handler/tools/packages tools/`; await Promise.all(tools.map((tool) => { const docpage = `./tools/${tool}/index.mdx`;