1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 22:31:50 +00:00

add pnpm install

This commit is contained in:
CanbiZ 2025-01-28 16:53:33 +01:00 committed by GitHub
parent ad14b1b1d6
commit 41a836f990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,7 @@ fi
mv homarr-${RELEASE} /opt/homarr mv homarr-${RELEASE} /opt/homarr
mv /opt/homarr-data-backup/.env /opt/homarr/.env mv /opt/homarr-data-backup/.env /opt/homarr/.env
cd /opt/homarr cd /opt/homarr
pnpm install &>/dev/null
pnpm run db:migration:sqlite:run &>/dev/null pnpm run db:migration:sqlite:run &>/dev/null
pnpm build &>/dev/null pnpm build &>/dev/null
mkdir build mkdir build