remove empty line

This commit is contained in:
2025-06-02 09:22:08 -04:00
parent 56c067cead
commit 73532eb654

View File

@ -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