You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
633 B

{
"executors": {
"noop": {
"implementation": "./src/executors/noop/noop.impl",
"schema": "./src/executors/noop/schema.json",
"description": "An executor that does nothing"
},
"run-commands": {
"implementation": "./src/executors/run-commands/run-commands.impl",
"schema": "./src/executors/run-commands/schema.json",
"description": "Run any custom commands with Nx."
},
"run-script": {
"implementation": "./src/executors/run-script/run-script.impl",
"schema": "./src/executors/run-script/schema.json",
"description": "Run an NPM script using Nx."
}
}
}