From 1d8a4a7185491ebd7139c4d74f081b71a6e1ad6e Mon Sep 17 00:00:00 2001 From: hughfenghen Date: Sun, 23 Jun 2024 20:45:48 +0800 Subject: [PATCH] chore: fix github flow failed --- .github/workflows/deploy-doc-site.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-doc-site.yml b/.github/workflows/deploy-doc-site.yml index 912ab352..76948837 100644 --- a/.github/workflows/deploy-doc-site.yml +++ b/.github/workflows/deploy-doc-site.yml @@ -39,7 +39,7 @@ jobs: cache: 'pnpm' - name: Install packages dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --frozen-lockfile --ignore-scripts - name: Build:api run: pnpm build && pnpm build:api diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4365cf9..e22be59a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: cache: 'pnpm' - name: Install Dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --frozen-lockfile --ignore-scripts - name: Create Release Pull Request uses: changesets/action@v1