Browse Source

install

master
zeus 3 years ago
parent
commit
5c46dfbc3a
  1. 2
      install.sh

2
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

Loading…
Cancel
Save