Skip to content

Commit e66b24b

Browse files
committed
build: resolve issue with uncompiled @angular/build/private being included
Reference: angular/angular-build-builds@3735297
1 parent ceec32f commit e66b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/build/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pkg_npm(
227227
":README.md",
228228
":build",
229229
":license",
230-
":private",
230+
"//packages/angular/build/private",
231231
],
232232
)
233233

0 commit comments

Comments
 (0)