@nx/js
Version:
21 lines (20 loc) • 641 B
JSON
{
"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"]
}