Skip to content

Commit 907bcbf

Browse files
committed
Fix artifact detection logs
1 parent 1b3ed06 commit 907bcbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/utilities/getUserPackageManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export async function detectPackageManagerFromArtifacts(path: string): Promise<P
6262
case LOCKFILES.npm:
6363
case LOCKFILES.npmShrinkwrap:
6464
logger.debug("Found npm artifact", { foundPath });
65+
return "npm";
6566
case LOCKFILES.bun:
6667
logger.debug("Found bun artifact", { foundPath });
6768
return "npm";

0 commit comments

Comments
 (0)