25 lines
789 B
JSON
25 lines
789 B
JSON
{
|
|
"name": "bundle-rules",
|
|
"implementation": "/libs/nx-packages/powerpack-conformance/src/executors/bundle-rules/executor.ts",
|
|
"schema": {
|
|
"$schema": "https://json-schema.org/schema",
|
|
"version": 2,
|
|
"title": "BundleNxConformanceRules",
|
|
"description": "Compile and bundle one or more Nx Conformance Rules",
|
|
"type": "object",
|
|
"properties": {
|
|
"outputPath": {
|
|
"type": "string",
|
|
"description": "The output path for the bundled rules to be written to"
|
|
}
|
|
},
|
|
"required": ["outputPath"],
|
|
"presets": []
|
|
},
|
|
"description": "Compile and bundle one or more Nx Conformance Rules",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/libs/nx-packages/powerpack-conformance/src/executors/bundle-rules/schema.json",
|
|
"type": "executor"
|
|
}
|