1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +02:00

taskfile.dev: Add note about parallel deps

Reference: #331
This commit is contained in:
Andrey Nering 2020-05-23 14:13:13 -03:00
parent 6141ba84ce
commit bf64259af3

View File

@ -152,6 +152,10 @@ If the directory doesn't exist, `task` creates it.
## Task dependencies
> Dependencies run in parallel, so dependencies of a task shouldn't depend one
> another. If you want to force tasks to run serially take a look at the
> [Calling Another Task](#calling-another-task) section below.
You may have tasks that depend on others. Just pointing them on `deps` will
make them run automatically before running the parent task: