Skip to content

Commit

Permalink
fix(@schematics/angular): remove --prod option from README template
Browse files Browse the repository at this point in the history
Angular 12 defaults `ng build` to use `--production configuration` (formerly `--prod`)

(cherry picked from commit ff75295)
  • Loading branch information
acohenOT authored and alan-agius4 committed May 14, 2021
1 parent f9d52d7 commit da99ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run `ng generate component component-name` to generate a new component. You can

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Expand Down

0 comments on commit da99ff9

Please sign in to comment.