Merge pull request #49 from georgiancamarasan/patch-1
Use npm run dist instead of yarn dist.
This commit is contained in:
commit
af9a7f0b08
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -43,7 +43,7 @@ build() {
|
|||
# Electron App
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/ElectronClient"
|
||||
npm install --cache "${srcdir}/npm-cache"
|
||||
yarn dist
|
||||
npm run dist
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue