summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdullah A2023-05-17 16:44:56 +0500
committerAbdullah A2023-05-17 16:44:56 +0500
commit0b525af639114d1bdaf8b5098a617f760b7e8271 (patch)
tree3d0f3f271cda236d86d7ae4959e2ee6f71b53762
parenta88f3687088d46f31a8bf031068571af5f4666d3 (diff)
downloadaur-0b525af639114d1bdaf8b5098a617f760b7e8271.tar.gz
Updated script
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5201b5c416..2871856c3f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,8 @@ prepare() {
build() {
cd "WALC-$pkgver"
npm install
- npm run dev
+ npm install whatsapp-web-electron.js # Reinstall to prevent build from failing
+ npm run dist # Create a production build
}
package() {