Skip to content

Commit

Permalink
fix(common): add upgrade sub-package to ng_package rule for @angular/…
Browse files Browse the repository at this point in the history
…common

Follow-up to #30055 to include @angular/common/upgrade in the npm package

Closes #30116
  • Loading branch information
brandonroberts committed Apr 25, 2019
1 parent a400429 commit f5ab6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ng_package(
"//packages/common/http:package.json",
"//packages/common/http/testing:package.json",
"//packages/common/testing:package.json",
"//packages/common/upgrade:package.json",
],
entry_point = "packages/common/index.js",
packages = ["//packages/common/locales:package"],
Expand All @@ -46,5 +47,6 @@ ng_package(
"//packages/common/http",
"//packages/common/http/testing",
"//packages/common/testing",
"//packages/common/upgrade",
],
)

0 comments on commit f5ab6be

Please sign in to comment.