Skip to content

Commit 0f5b652

Browse files
committed
fix(cli): typo for check typing
1 parent 3ce01bc commit 0f5b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-codegen-cli/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type YamlCliFlags = {
3030
silent: boolean;
3131
errorsOnly: boolean;
3232
profile: boolean;
33-
check: boolean;
33+
check?: boolean;
3434
verbose?: boolean;
3535
debug?: boolean;
3636
ignoreNoDocuments?: boolean;

0 commit comments

Comments
 (0)