mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add server only build target "build-srv"
This commit is contained in:
4
build.go
4
build.go
@@ -79,6 +79,10 @@ func main() {
|
|||||||
case "setup":
|
case "setup":
|
||||||
setup()
|
setup()
|
||||||
|
|
||||||
|
case "build-srv":
|
||||||
|
clean()
|
||||||
|
build("grafana-server", "./pkg/cmd/grafana-server", []string{})
|
||||||
|
|
||||||
case "build-cli":
|
case "build-cli":
|
||||||
clean()
|
clean()
|
||||||
build("grafana-cli", "./pkg/cmd/grafana-cli", []string{})
|
build("grafana-cli", "./pkg/cmd/grafana-cli", []string{})
|
||||||
|
|||||||
Reference in New Issue
Block a user