summaryrefslogtreecommitdiff
path: root/tests/specs/task/both_prefers_deno/deno.json
blob: 1038609a4afbf53c4b7d80f2565edb2e29ec0502 (plain)
1
2
3
4
5
6
{
  "tasks": {
    "output": "deno eval 'console.log(1)'",
    "other": "deno eval 'console.log(2)'"
  }
}