summaryrefslogtreecommitdiff
path: root/tests/specs/run/run_task/main.out
AgeCommit message (Collapse)Author
2024-08-06feat: deno run <task> (#24891)Satya Rohith
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.