Skip to content

Commit

Permalink
Remove --serial from the docs. (#4813)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond authored and gsoltis committed May 5, 2023
1 parent 1e23c15 commit c99df74
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/pages/repo/docs/reference/command-line-reference.mdx
Expand Up @@ -432,19 +432,6 @@ turbo run lint --scope="@example/**"
turbo run dev --scope="@example/a" --scope="@example/b" --no-cache --no-deps
```

#### `--serial`

<Callout type="error">
`serial` is deprecated in `0.5.3`.Please use
[`--concurrency=1`](#--concurrency) instead.
</Callout>

Executes all tasks serially (i.e. one-at-a-time).

```sh
turbo run build --serial
```

#### `--since`

<Callout type="error">
Expand Down

0 comments on commit c99df74

Please sign in to comment.