We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f163bc commit e5c2b5bCopy full SHA for e5c2b5b
Makefile
@@ -12,6 +12,10 @@ help: ## Print this help message.
12
build-image: ## Build the Docker image.
13
docker build -t mcp-grafana:latest .
14
15
+.PHONY: build
16
+build: ## Build the binary.
17
+ go build -o dist/mcp-grafana ./cmd/mcp-grafana
18
+
19
.PHONY: lint lint-jsonschema lint-jsonschema-fix
20
lint: lint-jsonschema ## Lint the Go code.
21
go tool -modfile go.tools.mod golangci-lint run
0 commit comments