Skip to content

Commit

Permalink
chore(run): Update deprecated nx arg _ to __overrides__ (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Sep 8, 2022
1 parent 036b984 commit f6717ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class RunCommand extends Command {
nxBail: this.bail,
nxIgnoreCycles: !this.options.rejectCycles,
skipNxCache: this.options.skipNxCache,
_: this.args.map((t) => t.toString()),
__overrides__: this.args.map((t) => t.toString()),
};

return { targetDependencies, options };
Expand Down

0 comments on commit f6717ea

Please sign in to comment.