We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c057e14 commit 2fd0355Copy full SHA for 2fd0355
ct/homepage.sh
@@ -45,8 +45,8 @@ function update_script() {
45
cp -r homepage-${RELEASE}/* /opt/homepage/
46
rm -rf homepage-${RELEASE}
47
cd /opt/homepage
48
- $STD npx --yes update-browserslist-db@latest
49
$STD pnpm install
+ $STD npx --yes update-browserslist-db@latest
50
export NEXT_PUBLIC_VERSION="v$RELEASE"
51
export NEXT_PUBLIC_REVISION="source"
52
$STD pnpm build
0 commit comments