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 Matias Niemelä
parent 6a0f78fabf
commit 6ed79934c4
2 changed files with 13 additions and 19 deletions

View File

@ -242,4 +242,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()