1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 08:09:06 -05:00
denoland-deno/tests/specs/task/dependencies/no_command.out
Marvin Hagemeister 351e79642a
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.
2024-12-19 18:10:58 +00:00

5 lines
56 B
Text

Task b echo 'b'
b
Task c echo 'c'
c
Task a (no command)