We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e177a commit 0bf8f09Copy full SHA for 0bf8f09
src/prepare.ts
@@ -29,7 +29,7 @@ export async function prepare(
29
? [
30
"workspaces",
31
"foreach",
32
- "--worktree",
+ "--all",
33
"--topological",
34
"--verbose",
35
"--no-private",
src/publish.ts
@@ -35,7 +35,7 @@ export async function publish(
36
37
38
39
40
41
0 commit comments