Skip to content

Commit 0f7ae29

Browse files
authored
build: add package_deps to aria package (#32040)
Adds the CDK to the `package_deps` of the `@angular/aria` package so that they're installed from source.
1 parent fe67233 commit 0f7ae29

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)