Skip to content

Commit

Permalink
Add CD CDK (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
NChitty authored Oct 3, 2024
1 parent 49961fe commit 41b49fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/lib/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default class PipelineStack extends Stack {
/* eslint-enable max-len */
}),
commands: [
'cd cdk',
'npm ci',
'npm run build',
'npx cdk synth',
Expand Down

0 comments on commit 41b49fc

Please sign in to comment.