Skip to content

Commit 84a5fcb

Browse files
committed
Fix
1 parent 2b49da3 commit 84a5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute/run-prettier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function runPrettier(
88
project: Project,
99
): Promise<void> {
1010
const repositoryPath = getTargetRepositoryPath(project);
11-
const glob = project ?? ["."];
11+
const glob = project.glob ?? ["."];
1212

1313
const prettierRepositoryBinPath = path.join(
1414
prettierRepositoryPath,

0 commit comments

Comments
 (0)