From 73532eb654f47a914ff69053364c2712ff099d6d Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Mon, 2 Jun 2025 09:22:08 -0400 Subject: [PATCH] remove empty line --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0a02656..958ac5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -29,7 +29,6 @@ sha256sums=('de455de7f69ccfa0d8262e19ff4c6e4465307a883fc3d9f62db26698cdc91726' build() { cd "${pkgname}-${pkgver}" - npm run client npm ci --only=production find {client/dist,node_modules,server} -type f -name "*.map" | xargs rm -rf