George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
jellyfin-web


Commits:
82eee7b3 by George Rawlinson at 2023-09-22T09:18:36+00:00
fix: skip building webpack twice

See FS#79713 for details.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -23,7 +23,8 @@ prepare() {
   cd "$pkgname"
 
   # download dependencies
-  npm ci --no-audit --no-fund --no-update-notifier
+  # FS#79713 - remove environment variable with 10.9.x release
+  SKIP_PREPARE=1 npm ci --no-audit --no-fund --no-update-notifier
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-web/-/commit/82eee7b390357ff8e642f7c60d508beb9be1267f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-web/-/commit/82eee7b390357ff8e642f7c60d508beb9be1267f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to