mirror of https://github.com/grafana/grafana.git
build: runs codegen on enterprise apis as well (#101057)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
parent
14886410d6
commit
522e75c750
|
@ -87,4 +87,8 @@ grafana::codegen:run pkg
|
|||
grafana::codegen:run pkg/apimachinery
|
||||
grafana::codegen:run pkg/aggregator
|
||||
|
||||
if [ -d "pkg/extensions/apis" ]; then
|
||||
grafana::codegen:run pkg/extensions
|
||||
fi
|
||||
|
||||
echo "done."
|
||||
|
|
Loading…
Reference in New Issue