build: restrict visibility of npm_package targets (#27611)

dependencies on these cause very long rebuilds which have to re-package angular.
Such tests belong in the integration/ folder

PR Close #27611
This commit is contained in:
Alex Eagle
2018-12-11 16:53:42 -08:00
committed by Miško Hevery
parent d528e30cef
commit d32939d51a
18 changed files with 82 additions and 0 deletions

View File

@ -46,6 +46,9 @@ npm_package(
tags = [
"release-with-framework",
],
# Do not add more to this list.
# Dependencies on the full npm_package cause long re-builds.
visibility = ["//visibility:private"],
deps = [
":compiler-cli",
"//packages/compiler-cli/src/ngcc",