mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			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 |