12 lines
373 B
JSON
12 lines
373 B
JSON
{
|
|
"$schema": "https://json-schema.org/schema",
|
|
"executors": {
|
|
"release-publish": {
|
|
"implementation": "./dist/src/executors/release-publish/release-publish.impl",
|
|
"schema": "./dist/src/executors/release-publish/schema.json",
|
|
"description": "DO NOT INVOKE DIRECTLY WITH `nx run`. Use `nx release publish` instead.",
|
|
"hidden": true
|
|
}
|
|
}
|
|
}
|