Merge pull request #49 from georgiancamarasan/patch-1

Use npm run dist instead of yarn dist.
main
Alfredo Palhares 2020-03-18 22:33:21 +00:00 committed by GitHub
commit af9a7f0b08
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
}