Skip to content

Commit

Permalink
fix(cli-lib): set skipLibCheck on generateSchema to prevent intermitt…
Browse files Browse the repository at this point in the history
…ent test failures (#26551)

Attempts to resolve intermittent failures in the cloud-assembly-schema test case.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mrgrain committed Jul 28, 2023
1 parent a74536b commit 1807f57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function generateSchema(schemaName: string, saveToFile: boolean = true) {
topRef: true,
noExtraProps: false,
out,
skipLibCheck: true,
};

const compilerOptions = {
Expand Down

0 comments on commit 1807f57

Please sign in to comment.