{
  "$schema":
    "./../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "factory": "./index#addCiBuild",
      "description": "Add a CI build structure to the application.",
      "schema": "./ci/schema.json",
      "private": true,
      "hidden": true
    }
  }
}
