add pnpm install

This commit is contained in:
CanbiZ
2025-01-28 16:53:33 +01:00
committed by GitHub
parent ad14b1b1d6
commit 41a836f990

View File

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