Skip to content

Commit

Permalink
build: deps-go is not required for building grafana
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bergquist committed Feb 16, 2017
1 parent 9b4d95f commit 3c0f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c0f615

Please sign in to comment.