ci: use npm_install for bazel

using yarn_install polluted our node_modules cache because it disregards the npm_shrinkwrap.json
This commit is contained in:
Alex Eagle
2017-06-12 16:03:47 -07:00
committed by Alex Rickabaugh
parent 98308cd79c
commit fa81c8eeb3
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/ng
docker:
- image: alexeagle/ngcontainer
- image: angular/ngcontainer
steps:
- checkout
- restore_cache: