From 2fd035582abed4064a4e31eb0cc160bddde81943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:43:07 +0100 Subject: [PATCH] npx update-browserlist need to go after pnpm install (#2914) --- ct/homepage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homepage.sh b/ct/homepage.sh index eb866dca8..56e587f74 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -45,8 +45,8 @@ function update_script() { cp -r homepage-${RELEASE}/* /opt/homepage/ rm -rf homepage-${RELEASE} cd /opt/homepage - $STD npx --yes update-browserslist-db@latest $STD pnpm install + $STD npx --yes update-browserslist-db@latest export NEXT_PUBLIC_VERSION="v$RELEASE" export NEXT_PUBLIC_REVISION="source" $STD pnpm build