From 6d9235902a1590cd6940ff5d227fae5d938fad73 Mon Sep 17 00:00:00 2001 From: Leko Date: Sun, 14 Sep 2025 14:45:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9B=B8=E5=AE=B9=20pnpm=20=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=99=A8=E8=A8=AD=E7=BD=AE=E9=A0=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bebfe14..7689836 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "@electron-toolkit/tsconfig": "^1.0.1", "@eslint/js": "^9.31.0", "@rushstack/eslint-patch": "^1.10.3", - "@types/howler": "^2.2.12", "@types/node": "^20.14.8", "@types/tinycolor2": "^1.4.6", @@ -204,5 +203,11 @@ "shortcutName": "AlgerMusicPlayer", "include": "build/installer.nsh" } + }, + "pnpm": { + "onlyBuiltDependencies": [ + "electron", + "esbuild" + ] } }