Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/aria/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ ng_package(
name = "npm_package",
package_name = "@angular/aria",
srcs = ["package.json"],
package_deps = [
":node_modules/@angular/cdk",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this fix? It makes sense to have, but just curious

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My assumption was that it might resolve the node_modules issue I had during the release yesterday.

],
tags = ["release-package"],
visibility = [
"//:__pkg__",
Expand Down
Loading