Skip to content

Commit 4c18df0

Browse files
committed
build: include cdk schematics in cdk bazel ng_package
1 parent 572ec0e commit 4c18df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ ng_package(
6060
] in rerootedStyles],
6161
entry_point = ":public-api.ts",
6262
globals = ROLLUP_GLOBALS,
63+
packages = ["//src/cdk/schematics:npm_package"],
6364
tags = ["release-package"],
6465
deps = CDK_TARGETS,
6566
)

0 commit comments

Comments
 (0)