Skip to content

Commit 650aeec

Browse files
committed
build: add missing pkg_deps for @angular/create
Included missing `@angular/cli` in `pkg_deps`.
1 parent e9b057b commit 650aeec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/angular/create/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ genrule(
2626

2727
pkg_npm(
2828
name = "npm_package",
29+
pkg_deps = [
30+
"//packages/angular/cli:package.json",
31+
],
2932
tags = ["release-package"],
3033
visibility = ["//visibility:public"],
3134
deps = [

0 commit comments

Comments
 (0)