summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bc23501810d..657b7fb1596e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,7 @@ build() {
mkdir -p _build
npm install electron@^2.0.0
npm install
+ npm audit fix
node_modules/.bin/webpack
cp src/tc-renderer/index.html _build/index.html
cp src/package.json _build/package.json