21 lines
507 B
JSON

{
"name": "noop",
"implementation": "/packages/nx/src/executors/noop/noop.impl.ts",
"schema": {
"version": 2,
"title": "Noop",
"description": "An executor that does nothing.",
"type": "object",
"cli": "nx",
"outputCapture": "pipe",
"properties": {},
"additionalProperties": true,
"presets": []
},
"description": "An executor that does nothing",
"aliases": [],
"hidden": false,
"path": "/packages/nx/src/executors/noop/schema.json",
"type": "executor"
}