Skip to content

Commit

Permalink
fix: use the package builder except ng-packagr-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Jul 5, 2021
1 parent 804bf69 commit 8251a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"sourceRoot": "libs/until-destroy/src",
"architect": {
"build": {
"builder": "@nrwl/angular:ng-packagr-lite",
"builder": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/until-destroy/tsconfig.lib.json",
"project": "libs/until-destroy/ng-package.json"
Expand Down

0 comments on commit 8251a28

Please sign in to comment.