diff options
| author | Satya Rohith <me@satyarohith.com> | 2024-08-06 20:35:30 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 20:35:30 +0530 |
| commit | b3f1f3ba04e51554ab59d6255bf34a79a9c42bd0 (patch) | |
| tree | 6455a67387f69c01803e12bc1652eeb0f7dbf7ca /tests/specs/run/run_task/main.out | |
| parent | 897159dc6e1b2319cf2f5f09d8d6cecc0d3175fa (diff) | |
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.
Diffstat (limited to 'tests/specs/run/run_task/main.out')
| -rw-r--r-- | tests/specs/run/run_task/main.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/run/run_task/main.out b/tests/specs/run/run_task/main.out new file mode 100644 index 000000000..f946c4a79 --- /dev/null +++ b/tests/specs/run/run_task/main.out @@ -0,0 +1,2 @@ +Task main deno run main.ts +main |
