Skip to content

Commit 4cf3346

Browse files
committed
fix(detectPackageManager): check parent dirs by default
1 parent 5376aeb commit 4cf3346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export async function detectPackageManager(
105105
}
106106
},
107107
{
108-
includeParentDirs: options.includeParentDirs,
108+
includeParentDirs: options.includeParentDirs ?? true,
109109
},
110110
);
111111

0 commit comments

Comments
 (0)