build: update bazel rules to latest (#18289)

This commit is contained in:
Alex Eagle
2017-07-21 14:11:35 -07:00
committed by Miško Hevery
parent b7a6f52d59
commit 0317c4c478
9 changed files with 93 additions and 19 deletions

View File

@ -41,7 +41,7 @@ jobs:
- restore_cache:
key: angular-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}
- run: bazel run @io_bazel_rules_typescript_node//:bin/npm install
- run: bazel run @build_bazel_rules_typescript_node//:bin/npm install
- run: bazel build packages/...
- save_cache:
key: angular-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}