Commit 3c0f6151 by bergquist

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.
parent 9b4d95ff
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment