summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorensGwine2020-04-01 09:03:23 +0000
committerLorensGwine2020-04-01 09:03:23 +0000
commitd02e7ab97b635df01c2f7ebf0bf7797f1b183174 (patch)
treec4d1264e062ef117e9e65e872af4ad241b9ae8c9 /PKGBUILD
parent3b113a0ae7918ee3a3833ae5787a901d2b6decf6 (diff)
downloadaur-d02e7ab97b635df01c2f7ebf0bf7797f1b183174.tar.gz
Execute npm audit fix
Diffstat (limited to 'PKGBUILD')
-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