mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-04 23:28:16 +00:00
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:
parent
eceb75dd17
commit
b30a70dc37
7
Makefile
7
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user