mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 11:18:57 -05:00

Support running tasks that have no command and only dependencies. This is useful for when you want to group tasks only.
7 lines
76 B
Text
7 lines
76 B
Text
Available tasks:
|
|
- a
|
|
depends on: b, c
|
|
- b
|
|
echo 'b'
|
|
- c
|
|
echo 'c'
|