community/navidrome: enforce npm lockfile

This commit is contained in:
LN Liberda 2025-01-07 15:12:31 +01:00 committed by achill (fossdd)
parent 6145370464
commit 5106e2fc10

View File

@ -2,7 +2,7 @@
# Maintainer: Tom Lebreux <me@tomlebreux.com>
pkgname=navidrome
pkgver=0.57.0
pkgrel=1
pkgrel=2
pkgdesc="Modern Music Server and Streamer compatible with Subsonic/Airsonic"
url="https://navidrome.org/"
arch="all !riscv64 !s390x"
@ -44,7 +44,7 @@ prepare() {
cd ui
# Prevents crash due to allocation failure
echo 'node-options=--max_old_space_size=3072' >.npmrc
npm install
npm ci
cd ..
}