This commit is contained in:
Justin (shocknet) 2024-08-15 20:45:38 -04:00
parent 3dc292526a
commit 23e19f7de1
2 changed files with 3 additions and 21 deletions

View file

@ -73,7 +73,7 @@ install_lightning_pub() {
log "${PRIMARY_COLOR}Installing${RESET_COLOR} npm dependencies..."
npm install > npm_install.log
npm install > npm_install.log 2>&1
npm_exit_code=$?
if [ $npm_exit_code -ne 0 ]; then