fix(bazel): move bazel managed runtime deps for downstream usage (#25690)

PR Close #25690
This commit is contained in:
Alan Agius
2018-08-27 22:23:13 +02:00
committed by Alex Eagle
parent 66f5d27e50
commit 48d7f4e8b5
2 changed files with 13 additions and 19 deletions

View File

@ -238,4 +238,16 @@ filegroup(
""",
)
yarn_install(
name = "ts-api-guardian_runtime_deps",
package_json = "//tools/ts-api-guardian:package.json",
yarn_lock = "//tools/ts-api-guardian:yarn.lock",
)
yarn_install(
name = "http-server_runtime_deps",
package_json = "//tools/http-server:package.json",
yarn_lock = "//tools/http-server:yarn.lock",
)
_ng_setup_workspace()