Skip to content

Commit da99ff9

Browse files
acohenOTalan-agius4
authored andcommitted
fix(@schematics/angular): remove --prod option from README template
Angular 12 defaults `ng build` to use `--production configuration` (formerly `--prod`) (cherry picked from commit ff75295)
1 parent f9d52d7 commit da99ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/README.md.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run `ng generate component component-name` to generate a new component. You can
1212

1313
## Build
1414

15-
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.
15+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
1616

1717
## Running unit tests
1818

0 commit comments

Comments
 (0)