这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ Continue with task execution in the presence of an error (e.g. non-zero exit cod

When `--continue` is `true`, `turbo` will exit with the highest exit code value encountered during execution.

<Callout type="good-to-know">
Specifying [the `--parallel` flag](#--parallel) will automatically set
`--continue` to `true` unless explicitly set to `false`.
</Callout>

```bash title="Terminal"
turbo run build --continue
```
Expand Down
Loading