build: runs codegen on enterprise apis as well (#101057)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist 2025-02-20 16:11:16 +01:00 committed by GitHub
parent 14886410d6
commit 522e75c750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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."