From 001bd8bf93185a197b5739c342155fba53682ba3 Mon Sep 17 00:00:00 2001 From: Sergi Date: Fri, 8 May 2026 07:32:59 +0100 Subject: [PATCH] fix(homepage): fix ERR_PNPM_IGNORED_BUILDS error (#14315) --- ct/homepage.sh | 1 + install/homepage-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/homepage.sh b/ct/homepage.sh index 0d562c947..756c40e1a 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -54,6 +54,7 @@ function update_script() { msg_info "Updating Homepage (Patience)" RELEASE=$(get_latest_github_release "gethomepage/homepage") cd /opt/homepage + echo 'onlyBuiltDependencies=*' >> .npmrc $STD pnpm install $STD pnpm update --no-save caniuse-lite export NEXT_PUBLIC_VERSION="v$RELEASE" diff --git a/install/homepage-install.sh b/install/homepage-install.sh index b1e951fd7..45cba3d82 100644 --- a/install/homepage-install.sh +++ b/install/homepage-install.sh @@ -25,6 +25,7 @@ msg_info "Installing Homepage (Patience)" mkdir -p /opt/homepage/config cd /opt/homepage cp /opt/homepage/src/skeleton/* /opt/homepage/config +echo 'onlyBuiltDependencies=*' >> .npmrc $STD pnpm install export NEXT_PUBLIC_VERSION="v$RELEASE" export NEXT_PUBLIC_REVISION="source"