From 9a53d1a8b9d7e5c1e7f3b85313e7207306864c07 Mon Sep 17 00:00:00 2001 From: Soubhik Gon <119437069+zakhaev26@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:16:40 +0530 Subject: [PATCH] fix(ci-core): typo fixes in ci file --- .github/workflows/check_core_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_core_build.yml b/.github/workflows/check_core_build.yml index c8580f1..c2b1744 100644 --- a/.github/workflows/check_core_build.yml +++ b/.github/workflows/check_core_build.yml @@ -25,7 +25,7 @@ jobs: run: | cd core/ npm i -g yarn@latest - yarn add + yarn install - name: build server run: |