Skip to content

Commit

Permalink
fix: use cli args correctly (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Sep 2, 2024
1 parent 38cc0ad commit 9502a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (import.meta.main) {
boolean: ["dry-run"],
});
await bumpWorkspaces({
dryRun: "git",
dryRun: args["dry-run"],
importMap: args["import-map"],
});
}

0 comments on commit 9502a9c

Please sign in to comment.