Use npm run dist instead of yarn dist.
This commit is contained in:
parent
30ff729fd7
commit
d7adb90d2b
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