We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922d4e3 commit 678e02bCopy full SHA for 678e02b
.github/workflows/publish_schema.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Regenerate context types
62
run: |
63
jq .meta.context schema.json \
64
- | npx quicktype --src-lang schema --lang ts -t Context --just-types true \
+ | npx quicktype --src-lang schema --lang ts -t Context --just-types \
65
> context.ts
66
- name: Regenerate metaschema types
67
0 commit comments