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.
2 parents 03a0626 + 11dcf86 commit ac11483Copy full SHA for ac11483
.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 \
+ | npx quicktype --src-lang schema --lang ts -t Context --just-types true \
65
> context.ts
66
- name: Regenerate metaschema types
67
0 commit comments