ci: fixes

This commit is contained in:
Dax Raad
2025-10-11 00:24:35 -04:00
parent 44b63dc259
commit 9d30bc692c
3 changed files with 5 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ export namespace Config {
}
async function installDependencies(dir: string) {
if (Installation.isDev()) return
await Bun.write(path.join(dir, "package.json"), "{}")
await Bun.write(path.join(dir, ".gitignore"), ["node_modules", "package.json", "bun.lock", ".gitignore"].join("\n"))
await BunProc.run(