core: fix dependency installation and git worktree branch creation

This commit is contained in:
Dax Raad
2026-01-03 20:22:19 -05:00
parent 81e8d29ad2
commit 5944443a60
2 changed files with 5 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ export namespace Config {
})
async function installDependencies(dir: string) {
if (Installation.isLocal()) return
// if (Installation.isLocal()) return
const pkg = path.join(dir, "package.json")