From 877be2a600a5eb028de8afeb14591f96aa512228 Mon Sep 17 00:00:00 2001 From: june <159748074+june-fish@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:26:52 -0800 Subject: [PATCH] fix: feishin update broke build (#977) --- anda/apps/feishin/feishin.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index 6d8fb4c390..2d024c2953 100644 --- a/anda/apps/feishin/feishin.spec +++ b/anda/apps/feishin/feishin.spec @@ -38,9 +38,8 @@ Keywords=Music;Jellyfin;Audio;Stream;Sonixd EOF %build -npm i --legacy-peer-deps update-browserslist-db@latest -npm audit fix --force -npx update-browserslist-db@latest +npm install --legacy-peer-deps +npm run postinstall npm run build %ifarch x86_64