Skip to content

Commit a8eda3c

Browse files
committed
add ts generator config to config.public.mk
1 parent a486cff commit a8eda3c

4 files changed

Lines changed: 292 additions & 50 deletions

File tree

config.public.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ LINKML_GENERATORS_OWL_ARGS=
3030

3131
## pass args to trigger experimental java/typescript generation
3232
LINKML_GENERATORS_JAVA_ARGS=
33-
LINKML_GENERATORS_TYPESCRIPT_ARGS=
33+
LINKML_GENERATORS_TYPESCRIPT_ARGS=--output $(DEST)/typescript/oae_data_protocol.ts
34+

project.Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ ontologies/unit.ttl:
2121

2222
enums: ontologies/sea_names.ttl ontologies/unit.ttl ontologies/platform_types.ttl
2323
$(RUN) vskit expand -s src/oae_data_protocol/schema/dynamic_enums.yaml -o src/oae_data_protocol/schema/dynamic_enums_expanded.yaml --config vskit-config.yaml
24-
25-
gen-all: gen-project
26-
$(RUN) gen-typescript --output $(DEST)/typescript/oae_data_protocol.ts $(SOURCE_SCHEMA_PATH)

0 commit comments

Comments
 (0)