summaryrefslogtreecommitdiff
path: root/tests/specs/task/description/deno.json
blob: a86b7a5dcb3bdae644dcd6fe46f0e92418a1a8f9 (plain)
1
2
3
4
5
6
7
8
{
  "tasks": {
    "echo_emoji": {
      "description": "This is some task",
      "command": "echo 1"
    }
  }
}