Skip to content

Commit 0f6cd05

Browse files
authored
build: add google-maps to published packages (#17557)
1 parent 8da64f4 commit 0f6cd05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/google-maps/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ng_package(
2222
srcs = ["package.json"],
2323
entry_point = ":public-api.ts",
2424
entry_point_name = "google-maps",
25+
tags = ["release-package"],
2526
deps = [":google-maps"],
2627
)
2728

tools/release/release-output/release-packages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
export const releasePackages = [
33
'cdk',
44
'material',
5+
'google-maps',
56
'youtube-player',
67
'cdk-experimental',
78
'material-experimental',

0 commit comments

Comments
 (0)