Chore(UI): Add make recipe for updating the typescript types (#22688)

* Add make recipe for updating the typescript types

* change recipe name
This commit is contained in:
Aniket Katkar 2025-08-03 21:15:51 +05:30 committed by GitHub
parent eceb75dd17
commit b30a70dc37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,3 +219,10 @@ update_dockerfile_ri_version: ## To update the dockerfile RI_VERSION argument
#make update_dockerfile_ri_version RELEASE_VERSION=2.2.2 #make update_dockerfile_ri_version RELEASE_VERSION=2.2.2
#Upgrade release automation scripts above #Upgrade release automation scripts above
.PHONY: update_typescript_types
update_typescript_types:
@echo "Generating JSON to TS files"
./openmetadata-ui/src/main/resources/ui/json2ts-generate-all.sh -l true
@echo "Generating antlr typescript files"
$(MAKE) js_antlr