UNPKG

nx

Version:

Smart, Fast and Extensible Build System

27 lines (26 loc) 644 B
{ "title": "Run Script", "description": "Run any NPM script of a project in the project's root directory.", "type": "object", "cli": "nx", "outputCapture": "pipe", "properties": { "script": { "type": "string", "description": "An npm script name in the `package.json` file of the project (e.g., `build`)." }, "__unparsed__": { "hidden": true, "type": "array", "items": { "type": "string" }, "$default": { "$source": "unparsed" } } }, "additionalProperties": true, "required": ["script"], "examplesFile": "../../../docs/run-script-examples.md" }