Skip to content

Commit

Permalink
fix(core): fix -c alias for configuration (#13001)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a63b19)
  • Loading branch information
FrozenPandaz committed Nov 4, 2022
1 parent e10ab7d commit f538ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/command-line/nx-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ function withRunOptions(yargs: yargs.Argv): yargs.Argv {
describe:
'This is the configuration to use when performing tasks on projects',
type: 'string',
alias: 'c',
})
.option('prod', {
describe: 'Use the production configuration',
Expand Down

0 comments on commit f538ce0

Please sign in to comment.