Skip to content

Commit 0b0ae1a

Browse files
authored
homepage.sh: hotfix #6028 (#6032)
1 parent 63c5912 commit 0b0ae1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/homepage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function update_script() {
5656
rm -rf homepage-${RELEASE}
5757
cd /opt/homepage
5858
$STD pnpm install
59-
$STD npx --yes update-browserslist-db@latest
59+
$STD pnpm update --no-save caniuse-lite
6060
export NEXT_PUBLIC_VERSION="v$RELEASE"
6161
export NEXT_PUBLIC_REVISION="source"
6262
export NEXT_PUBLIC_BUILDTIME=$(curl -fsSL https://api.github.com/repos/gethomepage/homepage/releases/latest | jq -r '.published_at')

0 commit comments

Comments
 (0)