0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/tests/specs/task/dependencies
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
..
arg_task_with_deps
basic1
basic2
cross_package
cycle
cycle_2
diamond
diamond_big
no_command fix(task): support tasks without commands (#27191) 2025-01-09 15:19:11 -05:00
__test__.jsonc fix(task): support tasks without commands (#27191) 2025-01-09 15:19:11 -05:00
arg_task_with_deps.out
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) 2025-01-09 15:19:11 -05:00
no_command_list.out fix(task): support tasks without commands (#27191) 2025-01-09 15:19:11 -05:00
run.js
util.js