ci: correct bad bazel merge

This commit is contained in:
Miško Hevery
2017-07-27 11:13:45 -07:00
committed by Miško Hevery
parent 45a10419bc
commit 9a188485f5
4 changed files with 9 additions and 9 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 ...
- save_cache:
key: angular-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}