Skip to content

Commit

Permalink
build: add google-maps to published packages (angular#17557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Oct 31, 2019
1 parent 8da64f4 commit 0f6cd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/google-maps/BUILD.bazel
Expand Up @@ -22,6 +22,7 @@ ng_package(
srcs = ["package.json"],
entry_point = ":public-api.ts",
entry_point_name = "google-maps",
tags = ["release-package"],
deps = [":google-maps"],
)

Expand Down
1 change: 1 addition & 0 deletions tools/release/release-output/release-packages.ts
Expand Up @@ -2,6 +2,7 @@
export const releasePackages = [
'cdk',
'material',
'google-maps',
'youtube-player',
'cdk-experimental',
'material-experimental',
Expand Down

0 comments on commit 0f6cd05

Please sign in to comment.