Skip to content

Commit 5d2f3d9

Browse files
authored
fix(cdk-integ-tools): fix npm run integ for individual pattern (#432)
1 parent fd7e210 commit 5d2f3d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deployment/v2/align-version.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const constructsVersion = '10.0.0';
1515
const MODULE_EXEMPTIONS = new Set([
1616
'@aws-cdk/cloudformation-diff',
1717
'@aws-cdk/assert',
18-
'@aws-cdk/assert/jest'
18+
'@aws-cdk/assert/jest',
19+
'aws-cdk'
1920
]);
2021

2122
for (const file of process.argv.splice(4)) {

source/tools/cdk-integ-tools/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@aws-cdk/cloudformation-diff": "0.0.0",
3636
"@aws-cdk/cx-api": "0.0.0",
3737
"@aws-cdk/assert": "0.0.0",
38+
"aws-cdk": "0.0.0",
3839
"fs-extra": "^9.0.1",
3940
"yargs": "^16.1.1",
4041
"deepmerge": "^4.0.0"

0 commit comments

Comments
 (0)