Skip to content

Commit 1ce7a41

Browse files
authored
chore: build mixins-preview package in aws-cdk integration test (#2270)
The AWS CDK integration test needs to build `@aws-cdk/mixins-preview` alongside `aws-cdk-lib` because it's now a dependency required for the integration test to pass.
1 parent ab6357a commit 1ce7a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-aws-cdk-integration.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/aws-cdk-integration-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function buildAwsCdkLib(repository: string, path: string): pj.github.workflows.S
117117
{
118118
name: `Build ${repository}`,
119119
workingDirectory: path,
120-
run: 'npx lerna run build --no-bail --scope aws-cdk-lib --include-dependencies',
120+
run: 'npx lerna run build --no-bail --scope aws-cdk-lib --scope @aws-cdk/mixins-preview --include-dependencies',
121121
},
122122
];
123123
}

0 commit comments

Comments
 (0)