build: update to rules_nodejs 0.9.1 and rules_typescript 0.15.0 (#24212)

PR Close #24212
This commit is contained in:
Greg Magolan
2018-05-30 18:15:38 -07:00
committed by Victor Berchet
parent 3647cb7f3b
commit ec57133b61
7 changed files with 216 additions and 441 deletions

View File

@ -80,7 +80,7 @@ jobs:
- run: ls /home/circleci/bazel_repository_cache || true
- run: bazel info release
- run: bazel run @yarn//:yarn
- run: bazel run @nodejs//:yarn
# Use bazel query so that we explicitly ask for all buildable targets to be built as well
# This avoids waiting for the slowest build target to finish before running the first test
# See https://github.com/bazelbuild/bazel/issues/4257
@ -131,7 +131,7 @@ jobs:
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
- *setup-bazel-remote-cache
- run: bazel run @yarn//:yarn
- run: bazel run @nodejs//:yarn
- run: scripts/build-packages-dist.sh
# Save the npm packages from //packages/... for other workflow jobs to read