Skip to content

Commit 9d50ac4

Browse files
authored
docs: remove --continue mention with --parallel (#10015)
### Description Minor correction. `--parallel` does not automatically exhibit `--continue` behavior. You would still need to use `--continue` if you desire such behavior. ### Testing Instructions 👀
1 parent 231115e commit 9d50ac4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/repo-docs/reference/run.mdx

-5
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ Continue with task execution in the presence of an error (e.g. non-zero exit cod
129129
130130
When `--continue` is `true`, `turbo` will exit with the highest exit code value encountered during execution.
131131
132-
<Callout type="good-to-know">
133-
Specifying [the `--parallel` flag](#--parallel) will automatically set
134-
`--continue` to `true` unless explicitly set to `false`.
135-
</Callout>
136-
137132
```bash title="Terminal"
138133
turbo run build --continue
139134
```

0 commit comments

Comments
 (0)