This commit is contained in:
Jacob Nguyen
2024-06-10 20:51:11 -05:00
parent 95e79d3969
commit 7309c321ea

View File

@@ -20,7 +20,7 @@ for (const git of gits) {
}
const tools = ['poster', 'ioc', 'builder', 'localizer', 'publisher'];
$`bunx --yes degit --force sern-handler/tools/packages#feat/publisher tools/`
$`bunx --yes degit --force sern-handler/tools/packages tools/`
await Promise.all(tools.map(tool => {
const docpage = `./tools/${tool}/index.mdx`;