Skip to content

Commit 7353391

Browse files
committed
Fix type error in -q
1 parent eb97aef commit 7353391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function readCommandFlags(resolveRootRelative: (p: string) => string): Options {
3737
W: skipWithInit = false,
3838
n: namespaced = false,
3939
N: namespaceExclude = [],
40-
q: peerProject = false,
40+
q: peerProject,
4141
} = minimist(process.argv.slice(2));
4242
return {
4343
buildInfo,

0 commit comments

Comments
 (0)