diff --git a/packages/nx/src/command-line/nx-commands.ts b/packages/nx/src/command-line/nx-commands.ts index a25f1db975009..7066eb286fba0 100644 --- a/packages/nx/src/command-line/nx-commands.ts +++ b/packages/nx/src/command-line/nx-commands.ts @@ -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',