1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00
denoland-deno/tests/specs/task/dependencies
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
..
arg_task_with_deps fix(task): only pass args to root task (#27213) 2024-12-03 16:35:46 +01:00
basic1
basic2
cross_package
cycle
cycle_2
diamond
diamond_big
no_command fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
__test__.jsonc fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
arg_task_with_deps.out fix(task): only pass args to root task (#27213) 2024-12-03 16:35:46 +01:00
basic1.out
basic2.out
build1.js
build2.js
cross_package.out
cycle.out
cycle_2.out
diamond.out
diamond_big.out
diamond_big_list.out
diamond_list.out
no_command.out fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
no_command_list.out fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
run.js
util.js