This commit is contained in:
Justin (shocknet) 2024-08-15 21:01:46 -04:00
parent 23e19f7de1
commit bf598d9bd4
3 changed files with 12 additions and 12 deletions

View file

@ -84,8 +84,6 @@ install_lightning_pub() {
log "${PRIMARY_COLOR}Full log available in $USER_HOME/lightning_pub/npm_install.log${RESET_COLOR}"
return 1
fi
log "npm dependencies installed successfully."
return 0
}