From 3c0f61511d5ecd3d436e829c6628179bba0faa43 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 16 Feb 2017 09:10:55 +0100 Subject: [PATCH] build: deps-go is not required for building grafana setup compiles the backend and caches it which is nice when developing grafana since incremental compiles are much faster. But its not required for building grafana. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c52e707c4b1..d003cda6dd4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ deps-go: deps-js: yarn install --pure-lockfile --no-progress -deps: deps-go deps-js +deps: deps-js build-go: go run build.go build