Skip to content

Commit

Permalink
fix(core): fix -c alias for configuration (#13001)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 4, 2022
1 parent 8ec358f commit 3a63b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/command-line/nx-commands.ts
Expand Up @@ -438,6 +438,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

1 comment on commit 3a63b19

@vercel
Copy link

@vercel vercel bot commented on 3a63b19 Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.