Skip to content

Commit

Permalink
fix: change --worktree to --all
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Oct 29, 2023
1 parent a1e177a commit 832e1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function prepare(
? [
"workspaces",
"foreach",
"--worktree",
"--all",
"--topological",
"--verbose",
"--no-private",
Expand Down
2 changes: 1 addition & 1 deletion src/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function publish(
? [
"workspaces",
"foreach",
"--worktree",
"--all",
"--topological",
"--verbose",
"--no-private",
Expand Down

0 comments on commit 832e1ea

Please sign in to comment.