Skip to content

Commit

Permalink
Correct CDK out path (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
NChitty authored Oct 3, 2024
1 parent df87d8c commit 742742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class PipelineStack extends Stack {
'npm run build',
'npx cdk synth',
],
primaryOutputDirectory: path.join('.', 'cdk.out'),
primaryOutputDirectory: path.join('.', 'cdk/cdk.out'),
});

const pipeline = new CodePipeline(this, 'Pipeline', {
Expand Down

0 comments on commit 742742c

Please sign in to comment.