mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix builder section of generated angular.json file for libs (#39888)
Closes #39887 PR Close #39888
This commit is contained in:
parent
71a5314335
commit
dd3ed3cb2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue