Skip to content

Commit 678e02b

Browse files
committed
chore: Fix quicktype invocation, again
1 parent 922d4e3 commit 678e02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Regenerate context types
6262
run: |
6363
jq .meta.context schema.json \
64-
| npx quicktype --src-lang schema --lang ts -t Context --just-types true \
64+
| npx quicktype --src-lang schema --lang ts -t Context --just-types \
6565
> context.ts
6666
- name: Regenerate metaschema types
6767
run: |

0 commit comments

Comments
 (0)