mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
351e79642a
Support running tasks that have no command and only dependencies. This is useful for when you want to group tasks only.
5 lines
56 B
Text
5 lines
56 B
Text
Task b echo 'b'
|
|
b
|
|
Task c echo 'c'
|
|
c
|
|
Task a (no command)
|