docs: fix builder section of generated angular.json file for libs (#39888)

Closes #39887

PR Close #39888
This commit is contained in:
Jaime Oliveira 2020-11-30 12:12:22 +01:00 committed by Jessica Janiuk
parent 71a5314335
commit dd3ed3cb2b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ When you generate a new library, the workspace configuration file, `angular.json
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
...
</code-example>