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:

committed by
Alex Rickabaugh

parent
98308cd79c
commit
fa81c8eeb3
@ -3,7 +3,7 @@ jobs:
|
||||
build:
|
||||
working_directory: ~/ng
|
||||
docker:
|
||||
- image: alexeagle/ngcontainer
|
||||
- image: angular/ngcontainer
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
Reference in New Issue
Block a user