Skip to content

Instantly share code, notes, and snippets.

@JelsB
Created January 10, 2021 16:37
Show Gist options
  • Save JelsB/e741bc759c51b138e82985ddc7336996 to your computer and use it in GitHub Desktop.
Save JelsB/e741bc759c51b138e82985ddc7336996 to your computer and use it in GitHub Desktop.
export class PipelineStack extends Stack {
// ...
const synthAction = SimpleSynthAction.standardNpmSynth({
// ...
buildCommand: 'npm run build',
subdirectory: 'infrastructure'
})
const pipeline = new pipelines.CdkPipeline(this, 'pipeline', {
// ...
synthAction
})
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment