Skip to content

Commit

Permalink
fix(detectPackageManager): check parent dirs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 30, 2023
1 parent 5376aeb commit 4cf3346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function detectPackageManager(
}
},
{
includeParentDirs: options.includeParentDirs,
includeParentDirs: options.includeParentDirs ?? true,
},
);

Expand Down

0 comments on commit 4cf3346

Please sign in to comment.