Skip to content

Commit 2fd0355

Browse files
authored
npx update-browserlist need to go after pnpm install (#2914)
1 parent c057e14 commit 2fd0355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/homepage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function update_script() {
4545
cp -r homepage-${RELEASE}/* /opt/homepage/
4646
rm -rf homepage-${RELEASE}
4747
cd /opt/homepage
48-
$STD npx --yes update-browserslist-db@latest
4948
$STD pnpm install
49+
$STD npx --yes update-browserslist-db@latest
5050
export NEXT_PUBLIC_VERSION="v$RELEASE"
5151
export NEXT_PUBLIC_REVISION="source"
5252
$STD pnpm build

0 commit comments

Comments
 (0)