From 5c46dfbc3ab11e06694cfe158881eaf247f8d517 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 12 Jan 2021 23:50:38 +0200 Subject: [PATCH] install --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3d80ec3..96ea27f 100755 --- a/install.sh +++ b/install.sh @@ -197,11 +197,13 @@ fi if [ $toolsok == 'ok' ];then npm install + npm audit fix fi if [ $toolsok == 'ok' ];then cd src-local npm install + npm audit fix cd $wdir fi