add server only build target "build-srv"

This commit is contained in:
linux chips 2017-12-02 13:22:51 +03:00
parent c0e087640b
commit cc00327fbe

View File

@ -79,6 +79,10 @@ func main() {
case "setup":
setup()
case "build-srv":
clean()
build("grafana-server", "./pkg/cmd/grafana-server", []string{})
case "build-cli":
clean()
build("grafana-cli", "./pkg/cmd/grafana-cli", []string{})