mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 19:50:58 +00:00
fix(shell): fix husky shebang and tolerate npm outdated exit code
This commit is contained in:
@@ -43,7 +43,7 @@ install_packages()
|
||||
upgrade_global_packages()
|
||||
{
|
||||
msgr run "Upgrading all global packages"
|
||||
npm -g --no-progress --no-timing --no-fund outdated
|
||||
npm -g --no-progress --no-timing --no-fund outdated || true
|
||||
npm -g --no-timing --no-fund upgrade
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user