Update Makefile to use yarn instead of npm install

pull/854/head
Chris Goller 2017-02-08 09:39:33 -06:00
parent ce4b8bc756
commit d0c4d21724
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ godep:
go get -u github.com/jteeuwen/go-bindata/...
jsdep:
cd ui && npm install
cd ui && yarn
gen: bolt/internal/internal.proto
go generate -x ./bolt/internal