Update build script to require yarn

pull/10616/head
Chris Goller 2017-02-08 09:38:31 -06:00
parent 49297fb3a6
commit d57c7b646e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ MAINTAINER = "contact@influxdb.com"
VENDOR = "InfluxData"
DESCRIPTION = "Open source monitoring and visualization UI for the entire TICK stack."
prereqs = [ 'git', 'go', 'npm' ]
prereqs = [ 'git', 'go', 'npm','yarn' ]
go_vet_command = "go tool vet ./"
optional_prereqs = [ 'fpm', 'rpmbuild', 'gpg' ]