fix: remove bunx degit ... so it builds

This commit is contained in:
DuroCodes
2024-06-10 23:59:15 -04:00
parent e540a14dd9
commit 3907687e2b

View File

@@ -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`;