Skip to content

Commit

Permalink
fix: revert 201d7f3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Mar 29, 2022
1 parent f931a4e commit d1e896a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/schema/generateSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class GenerateGlobalSchema {

try {
let schema = ts.createGenerator(config).createSchema() as any;
schema = await $RefParser.dereference(schema);

schema = addId(schema.definitions);
schema = convertNullToNullable(schema);
Expand Down

0 comments on commit d1e896a

Please sign in to comment.