nx run <project:target[:configuration]>
Runs an Architect target with an optional custom builder configuration defined in your project
Arguments
Name | Description |
---|---|
project:target[:configuration] |
Options
Name | Description |
---|---|
--configuration, -c <configuration> | A named builder configuration, defined in the "configurations" section of the workspace configuration file. The builder uses the named configuration to run the given target |
--help | Show help |
--version | Show version number |