Skip to content

Commit

Permalink
more path shennanegins
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Mar 15, 2024
1 parent e3422e9 commit 4be8c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export async function getTscRepoResult(
return { status: "Package install failed" };
}

const relativeMonorepoPackages = monorepoPackages.map(p => path.relative(baseRepoDir, p));
const relativeMonorepoPackages = monorepoPackages.map(p => path.relative(baseRepoDir, path.resolve(baseRepoDir, p)));

const isUserTestRepo = !repo.url;

Expand Down

0 comments on commit 4be8c20

Please sign in to comment.