mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
8 lines
178 B
Bash
8 lines
178 B
Bash
|
#!/bin/bash
|
||
|
set -eo pipefail
|
||
|
|
||
|
cd grafana-mixin
|
||
|
go install github.com/monitoring-mixins/mixtool/cmd/mixtool
|
||
|
go install github.com/google/go-jsonnet/cmd/jsonnetfmt
|
||
|
make lint build
|