Use npm run dist instead of yarn dist.

main
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
1 changed files with 1 additions and 1 deletions

View File

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