summaryrefslogtreecommitdiff
path: root/tests/specs/publish/byonm_with_package_json/__test__.jsonc
blob: 98dc95fe11ec6a784a169de07af0575e78740760 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tempDir": true,
  "steps": [{
    "args": "install",
    "output": "[WILDCARD]"
  }, {
    "args": "publish --log-level=debug --dry-run --allow-dirty",
    "output": "publish.out"
  }]
}