summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/task/package_json_post_only/package.json
blob: ce8a6bbd54986a51cb7f4761e1ccc4f9bcb26210 (plain)
1
2
3
4
5
{
  "scripts": {
    "posttest": "echo 'posttest'"
  }
}