9 lines
199 B
Makefile
9 lines
199 B
Makefile
include ../.bingo/Variables.mk
|
||
|
||
.PHONY: all
|
||
all: dashboards
|
||
|
||
.PHONY: dashboards
|
||
dashboards: ## Dashboards – Typescript
|
||
go tool github.com/grafana/cog/cmd/cli generate --config ./dashboard-ts.yaml
|