7 lines
167 B
Makefile
7 lines
167 B
Makefile
.PHONY: all
|
||
all: dashboards
|
||
|
||
.PHONY: dashboards
|
||
dashboards: ## Dashboards – Typescript
|
||
go tool github.com/grafana/cog/cmd/cli generate --config ./dashboard-ts.yaml
|