Skip to content

Commit 4c5e0cf

Browse files
committed
Revert "Skip pnpm repos for now (#73)"
This reverts commit 85ec996.
1 parent d5f6b5d commit 4c5e0cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,6 @@ async function installPackages(repoDir: string, commands: readonly ip.InstallCom
710710
for (const { directory: packageRoot, tool, arguments: args } of commands) {
711711
if (timedOut) break;
712712

713-
if (tool === ip.InstallTool.Pnpm) {
714-
throw new Error("Skipping pnpm for now");
715-
}
716-
717713
usedYarn = usedYarn || tool === ip.InstallTool.Yarn;
718714

719715
const elapsedMs = performance.now() - startMs;

0 commit comments

Comments
 (0)