mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +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
|
pkgname=cinny
|
||||||
pkgver=4.1.0
|
pkgver=4.1.0
|
||||||
_releasedate="2024-08-04"
|
_releasedate="2024-08-04"
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Yet another matrix client"
|
pkgdesc="Yet another matrix client"
|
||||||
url="https://cinny.in"
|
url="https://cinny.in"
|
||||||
# limited by tauri platform support
|
# limited by tauri platform support
|
||||||
@ -44,6 +44,7 @@ export NODE_OPTIONS="--max-old-space-size=4000"
|
|||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
cp "$builddir/config.json" $_jsdir/
|
||||||
# they don't know how to specify dependencies correctly
|
# they don't know how to specify dependencies correctly
|
||||||
cd "$_jsdir"
|
cd "$_jsdir"
|
||||||
npm ci --legacy-peer-deps
|
npm ci --legacy-peer-deps
|
||||||
|
Loading…
Reference in New Issue
Block a user