summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/ng-schematics/src/builders/puppeteer/schema.json
blob: 42e80f46d0542e8e6fe58d94d3336e1d0ad45361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "title": "Puppeteer",
  "description": "Options for Puppeteer Angular Schematics",
  "type": "object",
  "properties": {
    "commands": {
      "type": "array",
      "items": {
        "type": "array",
        "item": {
          "type": "string"
        }
      },
      "description": "Commands to execute in the repo. Commands prefixed with `./node_modules/bin` (Exception: 'node')."
    },
    "devServerTarget": {
      "type": "string",
      "description": "Angular target that spawns the server."
    }
  },
  "additionalProperties": true
}