From d7adb90d2b54be41d6fd46b29df43f4f2508598c Mon Sep 17 00:00:00 2001 From: georgiancamarasan Date: Fri, 13 Mar 2020 20:24:09 +0200 Subject: [PATCH] Use npm run dist instead of yarn dist. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 20d798f..9461856 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -43,7 +43,7 @@ build() { # Electron App cd "${srcdir}/${pkgname}-${pkgver}/ElectronClient" npm install --cache "${srcdir}/npm-cache" - yarn dist + npm run dist }