Skip to content

Commit

Permalink
fix: the recursive option is not working in the bump.config.ts file (#42
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gz65555 authored Aug 26, 2024
1 parent 402476c commit 4fda6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/parse-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function parseArgs(): Promise<ParsedArgs> {
ignoreScripts: args.ignoreScripts,
currentVersion: args.currentVersion,
execute: args.execute,
recursive: !!args.recursive,
recursive: args.recursive,
}),
}

Expand Down

0 comments on commit 4fda6b1

Please sign in to comment.