mirror of
https://github.com/sern-handler/website
synced 2026-06-21 23:32:22 +00:00
fix: remove bunx degit ... so it builds
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user