mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 00:23:10 +00:00
core: fix dependency installation and git worktree branch creation
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user