Skip to content

Commit 03b312f

Browse files
committed
docs: add note regarding ng run --configuration
Add missing breaking change to changelog
1 parent fd92eaa commit 03b312f

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
@@ -154,6 +154,7 @@ Alan Agius, Charles Lyding and Doug Parker
154154
- Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
155155
- `--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.
156156
- 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`.
157+
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
157158
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
158159
- Several changes in the Angular CLI commands and arguments handling.
159160

0 commit comments

Comments
 (0)