Skip to content

Commit

Permalink
Update packages/compiler/src/core/install.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Feb 4, 2025
1 parent 3bcaae2 commit b7340ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/compiler/src/core/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ export async function installTypeSpecDependencies(
}

async function installWithBuiltinNpm(host: CliCompilerHost, directory: string): Promise<void> {
const installDir = joinPaths(homedir(), ".tsp/installs");
await mkdir(installDir, { recursive: true });

const arb = new Arborist({
path: installDir,
path: directory,
});

await arb.loadActual();
Expand Down

0 comments on commit b7340ed

Please sign in to comment.