Skip to content

Commit 1807f57

Browse files
authored
fix(cli-lib): set skipLibCheck on generateSchema to prevent intermittent 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*
1 parent a74536b commit 1807f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk-lib/cloud-assembly-schema/scripts/update-schema.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export function generateSchema(schemaName: string, saveToFile: boolean = true) {
5959
topRef: true,
6060
noExtraProps: false,
6161
out,
62+
skipLibCheck: true,
6263
};
6364

6465
const compilerOptions = {

0 commit comments

Comments
 (0)