tech(build): replace npm with yarn (#7108)

* tech(build): replace npm with yarn

* tech(build): change node version for CI
This commit is contained in:
Carl Bergquist
2017-01-06 07:28:43 +01:00
committed by Torkel Ödegaard
parent 7433e8c58f
commit e61d049623
7 changed files with 5090 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ deps-go:
go run build.go setup
deps-js:
npm install
yarn install
deps: deps-go deps-js