Skip to content

Commit

Permalink
feat(core): allow interactivity for run-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Nov 21, 2022
1 parent 1830669 commit 1278506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"description": "Run any custom commands with Nx.",
"type": "object",
"cli": "nx",
"outputCapture": "pipe",
"outputCapture": "direct-nodejs",
"presets": [
{ "name": "Arguments forwarding", "keys": ["commands"] },
{
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/src/executors/run-commands/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Run any custom commands with Nx.",
"type": "object",
"cli": "nx",
"outputCapture": "pipe",
"outputCapture": "direct-nodejs",
"presets": [
{
"name": "Arguments forwarding",
Expand Down

0 comments on commit 1278506

Please sign in to comment.