Skip to content

Commit 96b5a31

Browse files
committed
docs: add note regarding ng run --configuration
Add missing breaking change to changelog (cherry picked from commit 03b312f)
1 parent cdab9fa commit 96b5a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Alan Agius, Charles Lyding and Doug Parker
8787
- Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
8888
- `--all` option from `ng update` has been removed without replacement. To update packages which don’t provide `ng update` capabilities in your workspace `package.json` use `npm update`, `yarn upgrade-interactive` or `yarn upgrade` instead.
8989
- Deprecated option `--prod` has been removed from all builders. `--configuration production`/`-c production` should be used instead if the default configuration of the builder is not configured to `production`.
90+
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
9091
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
9192
- Several changes in the Angular CLI commands and arguments handling.
9293

0 commit comments

Comments
 (0)