From d57c7b646e2cf6f4b087c6f4bb4ac9a7588f9e59 Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Wed, 8 Feb 2017 09:38:31 -0600 Subject: [PATCH] Update build script to require yarn --- etc/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/build.py b/etc/build.py index 80d89cc5ee..6622c32e1b 100755 --- a/etc/build.py +++ b/etc/build.py @@ -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' ]