UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

21 lines (20 loc) 641 B
{ "version": 2, "outputCapture": "direct-nodejs", "title": "Copy Workspace Modules", "description": "Copies Workspace Modules into the output directory after a build to prepare it for use with Docker or alternatives.", "cli": "nx", "type": "object", "properties": { "buildTarget": { "type": "string", "description": "The build target that produces the output directory to transform.", "default": "build" }, "outputPath": { "type": "string", "description": "The output path to transform. Usually inferred from the outputs of the buildTarget." } }, "required": ["buildTarget"] }