{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Builds the strapi admin app",
  "description": "Builds the strapi admin app",
  "type": "object",
  "properties": {
    "clean": {
      "type": "boolean",
      "description": "Remove the build and .cache folders",
      "default": false
    },
    "noOptimization": {
      "type": "boolean",
      "description": "Build the Administration without assets optimization"
    }
  },
  "required": []
}
