0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 20:33:42 -05:00
denoland-deno/tests/specs/task/dependencies/no_command_list.out
Marvin Hagemeister f0f605ce7b fix(task): support tasks without commands (#27191)
Support running tasks that have no command and only dependencies. This
is useful for when you want to group tasks only.
2025-01-09 15:19:11 -05:00

7 lines
76 B
Text

Available tasks:
- a
depends on: b, c
- b
echo 'b'
- c
echo 'c'