UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

29 lines (28 loc) 692 B
{ "version": 2, "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" }, "x-priority": "internal" } }, "additionalProperties": true, "required": ["script"], "examplesFile": "../../../docs/run-script-examples.md" }