almost
This commit is contained in:
parent
3dc292526a
commit
23e19f7de1
2 changed files with 3 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue