Update build script to require yarn
parent
49297fb3a6
commit
d57c7b646e
|
@ -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' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue