Skip to content

Commit b15e258

Browse files
committed
build: add package_deps to aria package
Adds the CDK to the `package_deps` of the `@angular/aria` package so that they're installed from source.
1 parent 2b85d59 commit b15e258

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/aria/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ng_package(
1919
name = "npm_package",
2020
package_name = "@angular/aria",
2121
srcs = ["package.json"],
22+
package_deps = [
23+
":node_modules/@angular/cdk",
24+
],
2225
tags = ["release-package"],
2326
visibility = [
2427
"//:__pkg__",

0 commit comments

Comments
 (0)