From 56b8744158cdeafdeb79249a6118aee8280e81be Mon Sep 17 00:00:00 2001 From: ochafik Date: Mon, 11 Mar 2024 02:11:22 +0000 Subject: [PATCH] Update ts-type-to-grammar.sh --- examples/ts-type-to-grammar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ts-type-to-grammar.sh b/examples/ts-type-to-grammar.sh index 77010082e..eb571fbd2 100755 --- a/examples/ts-type-to-grammar.sh +++ b/examples/ts-type-to-grammar.sh @@ -25,4 +25,4 @@ npx ts-json-schema-generator --no-top-ref --path "$DTS_FILE" --type MyType -e no # https://github.com/YousefED/typescript-json-schema # npx typescript-json-schema --defaultProps --required "$DTS_FILE" MyType | tee "$SCHEMA_FILE" >&2 -./examples/json-schema-to-grammar.py "$SCHEMA_FILE" \ No newline at end of file +./examples/json-schema-to-grammar.py "$SCHEMA_FILE"