UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

28 lines (27 loc) 660 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" } } }, "additionalProperties": true, "required": ["script"], "examplesFile": "../../../docs/run-script-examples.md" }