From b2ce535ab96db3ba093d28500ffd610fd7bf339c Mon Sep 17 00:00:00 2001 From: gxz Date: Thu, 5 Sep 2024 13:12:46 +0800 Subject: [PATCH] chore: optimize --- .github/actions/setup/action.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index a0d33913c..126abb691 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -26,6 +26,6 @@ runs: if: ${{ inputs.skip_install == 'false' }} run: | yarn config set agora-electron-sdk-pre-built 0 - yarn install --frozen-lockfile + yarn install yarn patch-package shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c721051..ff9588e71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Typecheck files run: | - yarn example install --frozen-lockfile + yarn example install yarn typecheck build: