diff --git a/cdk/lib/pipeline.ts b/cdk/lib/pipeline.ts index 6cf4723..1e3f97c 100644 --- a/cdk/lib/pipeline.ts +++ b/cdk/lib/pipeline.ts @@ -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',