Skip to content

Commit 116cc74

Browse files
authored
Include 'make generate-direct' into 'make generate' (#4527)
## Why So that's not forgotten during SDK upgrade.
1 parent 70fef91 commit 116cc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ generate:
181181
cd $(UNIVERSE_DIR) && bazel build //openapi/genkit
182182
@echo "Generating CLI code..."
183183
$(GENKIT_BINARY) update-sdk
184+
@echo "Updating direct engine config..."
185+
make generate-direct
184186

185187
.codegen/openapi.json: .codegen/_openapi_sha
186188
wget -O $@.tmp "https://openapi.dev.databricks.com/$$(cat $<)/specs/all-internal.json" && mv $@.tmp $@ && touch $@

0 commit comments

Comments
 (0)