1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/specs/run/run_task
Satya Rohith b3f1f3ba04
feat: deno run <task> (#24891)
This PR updates `deno run` to fallback to executing tasks when there is
no script with the specified name. If there are both script and a task
with the same name then `deno run` will prioritise executing the script.
2024-08-06 20:35:30 +05:30
..
__test__.jsonc feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
deno.json feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
main.out feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
main.ts feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
not_found.out feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30