- Makes a new Enterprise section under the Nx section of the docs - Moves Powerpack docs into the Enterprise section
29 lines
864 B
JSON
29 lines
864 B
JSON
{
|
|
"name": "bundle-rule",
|
|
"implementation": "/libs/nx-packages/powerpack-conformance/src/executors/bundle-rule/executor.ts",
|
|
"schema": {
|
|
"$schema": "https://json-schema.org/schema",
|
|
"version": 2,
|
|
"title": "BundleNxConformanceRule",
|
|
"description": "Compile and bundle an Nx Conformance Rule",
|
|
"type": "object",
|
|
"properties": {
|
|
"main": {
|
|
"type": "string",
|
|
"description": "The entrypoint file for the rule"
|
|
},
|
|
"outputPath": {
|
|
"type": "string",
|
|
"description": "The output path for the bundled rule"
|
|
}
|
|
},
|
|
"required": ["main", "outputPath"],
|
|
"presets": []
|
|
},
|
|
"description": "Compile and bundle an Nx Conformance Rule",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/libs/nx-packages/powerpack-conformance/src/executors/bundle-rule/schema.json",
|
|
"type": "executor"
|
|
}
|