Skip to content

Commit

Permalink
Install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
binoculars committed Sep 11, 2023
1 parent d201dbe commit f7beadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws/lib/cdk-pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class CdkPipelineStack extends cdk.Stack {
authentication: cdk.SecretValue.secretsManager('GITHUB_TOKEN'),
}),
commands: [
'npm i -g yarn',
'yarn --frozen-lockfile',
'yarn workspace @quipt/aws build',
'yarn workspace @quipt/aws cdk synth',
Expand Down

0 comments on commit f7beadf

Please sign in to comment.