From 2950d53ba3be03c8e12dee8da154c51059399080 Mon Sep 17 00:00:00 2001 From: Ryan King Date: Tue, 7 Jan 2020 19:48:58 -0800 Subject: [PATCH] remove bff install from makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2583ada..324fdaa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ all: test .PHONY: all setup: ## setup development dependencies - curl -sfL https://raw.githubusercontent.com/chanzuckerberg/bff/master/download.sh | sh curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh .PHONY: setup