From f514d29f0230b1945bcf17fa0cc4d3ad5415c50b Mon Sep 17 00:00:00 2001 From: atdunbg Date: Wed, 15 Jul 2026 18:51:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=20pnpm-workspace.yaml=20=E5=B9=B6=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- pnpm-workspace.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 pnpm-workspace.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26db952..5ab4af2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: librsvg2-dev - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install - name: Extract release notes for version id: release_notes diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 5ed0b5a..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -allowBuilds: - esbuild: true