Skip to content

Commit 6e09df6

Browse files
committed
do not skip bundling for stacks during CDK Import, otherwise fails
1 parent 80217f1 commit 6e09df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk/lib/cli/user-configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const BUNDLING_COMMANDS = [
4141
Command.SYNTH,
4242
Command.SYNTHESIZE,
4343
Command.WATCH,
44+
Command.IMPORT,
4445
];
4546

4647
export type Arguments = {

0 commit comments

Comments
 (0)