mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 07:41:33 -05:00
![Satya Rohith](/assets/img/avatar_default.png)
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.
5 lines
52 B
JSON
5 lines
52 B
JSON
{
|
|
"tasks": {
|
|
"main": "deno run main.ts"
|
|
}
|
|
}
|