From 36090564f8ceac623e838a91f138d2c96d7f3889 Mon Sep 17 00:00:00 2001 From: yazninja Date: Tue, 9 May 2023 22:26:36 +0300 Subject: [PATCH] install with yarn --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe1a5fa9..831e283f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: command: git submodule update --init --recursive - run: name: Install Node Dependencies - command: npm run bootstrap + command: npm run bootstrap && yarn install - run: name: TypeScript Compile command: npm run build