mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/cinny: build with hash router config.json
This commit is contained in:
parent
b9c67842ea
commit
f59afb7843
@ -3,7 +3,7 @@
|
||||
pkgname=cinny
|
||||
pkgver=4.1.0
|
||||
_releasedate="2024-08-04"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another matrix client"
|
||||
url="https://cinny.in"
|
||||
# limited by tauri platform support
|
||||
@ -44,6 +44,7 @@ export NODE_OPTIONS="--max-old-space-size=4000"
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
cp "$builddir/config.json" $_jsdir/
|
||||
# they don't know how to specify dependencies correctly
|
||||
cd "$_jsdir"
|
||||
npm ci --legacy-peer-deps
|
||||
|
Loading…
Reference in New Issue
Block a user