From f7beadf7e84b528ca30f0e25b8ac9e59572dbdb4 Mon Sep 17 00:00:00 2001 From: Barrett Harber Date: Sun, 10 Sep 2023 23:11:05 -0400 Subject: [PATCH] Install yarn --- packages/aws/lib/cdk-pipeline-stack.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/aws/lib/cdk-pipeline-stack.ts b/packages/aws/lib/cdk-pipeline-stack.ts index 17cd27c8..3247a901 100644 --- a/packages/aws/lib/cdk-pipeline-stack.ts +++ b/packages/aws/lib/cdk-pipeline-stack.ts @@ -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',