mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/navidrome: enforce npm lockfile
This commit is contained in:
parent
6145370464
commit
5106e2fc10
@ -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 ..
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user