You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/run.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,13 +306,13 @@ The limit can also be set via the `VP_RUN_CONCURRENCY_LIMIT` environment variabl
306
306
Use `--parallel` to ignore task dependencies and run all tasks at once with unlimited concurrency:
307
307
308
308
```bash
309
-
vp run -r --parallel lint
309
+
vp run -r --parallel dev
310
310
```
311
311
312
312
This is useful when tasks are independent and you want maximum throughput. You can combine `--parallel` with `--concurrency-limit` to run tasks without dependency ordering but still cap the number of concurrent tasks:
0 commit comments