mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Use cog as a cli tool to generate code for kinds v2 schemas * Update imports to dashboard v2 package in frontend * Ensure cog is installed before using it
9 lines
175 B
Makefile
9 lines
175 B
Makefile
include ../.bingo/Variables.mk
|
||
|
||
.PHONY: all
|
||
all: dashboards
|
||
|
||
.PHONY: dashboards
|
||
dashboards: $(COG) ## Dashboards – Typescript
|
||
@$(COG) generate --config ./dashboard-ts.yaml
|