summaryrefslogtreecommitdiff
path: root/tests/specs/task/deno_no_pre_post/deno.json
blob: 165b92e3ad3c2bc825ed58a513d7020ef69c28fe (plain)
1
2
3
4
5
6
7
{
  "tasks": {
    "pretest": "echo 'pretest'",
    "posttest": "echo 'posttest'",
    "test": "echo 'test'"
  }
}