Use npm run dist instead of yarn dist.

This commit is contained in:
georgiancamarasan 2020-03-13 20:24:09 +02:00 committed by GitHub
parent 30ff729fd7
commit d7adb90d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ build() {
# Electron App # Electron App
cd "${srcdir}/${pkgname}-${pkgver}/ElectronClient" cd "${srcdir}/${pkgname}-${pkgver}/ElectronClient"
npm install --cache "${srcdir}/npm-cache" npm install --cache "${srcdir}/npm-cache"
yarn dist npm run dist
} }