Skip to content

Commit 4fda6b1

Browse files
authoredAug 26, 2024
fix: the recursive option is not working in the bump.config.ts file (#42)
1 parent 402476c commit 4fda6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cli/parse-args.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function parseArgs(): Promise<ParsedArgs> {
4141
ignoreScripts: args.ignoreScripts,
4242
currentVersion: args.currentVersion,
4343
execute: args.execute,
44-
recursive: !!args.recursive,
44+
recursive: args.recursive,
4545
}),
4646
}
4747

0 commit comments

Comments
 (0)