Skip to content

Commit 0bf8f09

Browse files
authored
fix: change --worktree to --all (#212)
Relates to #210
1 parent a1e177a commit 0bf8f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/prepare.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function prepare(
2929
? [
3030
"workspaces",
3131
"foreach",
32-
"--worktree",
32+
"--all",
3333
"--topological",
3434
"--verbose",
3535
"--no-private",

src/publish.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function publish(
3535
? [
3636
"workspaces",
3737
"foreach",
38-
"--worktree",
38+
"--all",
3939
"--topological",
4040
"--verbose",
4141
"--no-private",

0 commit comments

Comments
 (0)