Wishlist: use --frozen-lockfile for pnpm install (#12892)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-15 09:59:57 +01:00
committed by GitHub
parent 4a9de4d6cd
commit 66e1a3a322
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ function update_script() {
msg_info "Updating Wishlist"
cd /opt/wishlist
$STD pnpm install
$STD pnpm install --frozen-lockfile
$STD pnpm svelte-kit sync
$STD pnpm prisma generate
sed -i 's|/usr/src/app/|/opt/wishlist/|g' $(grep -rl '/usr/src/app/' /opt/wishlist)