From ae18f94a1492c1e7fb53adda01e2e81769663be4 Mon Sep 17 00:00:00 2001 From: Anant Bhasin <38764067+aKn1ghtOut@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:35:06 +0000 Subject: [PATCH] Install yarn in test image --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 229cf919f..e6df0e225 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,6 +205,8 @@ commands: - restore_cache: *restore-npm-cache-linux + - run: npm install -g yarn + - run: *install-npm-modules - run: