Skip to content

Commit 02686af

Browse files
committed
build: add google-maps to published packages
1 parent ed6f133 commit 02686af

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
@@ -23,6 +23,7 @@ ng_package(
2323
entry_point = ":public-api.ts",
2424
entry_point_name = "google-maps",
2525
deps = [":google-maps"],
26+
tags = ["release-package"],
2627
)
2728

2829
filegroup(

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)