1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-09-15 23:15:30 -04:00

revert npm-check-updates (doesn't work globally)

This commit is contained in:
2021-07-09 11:00:27 -04:00
parent 9b128e2fb7
commit ad0839a1da
4 changed files with 11 additions and 8 deletions

View File

@@ -45,8 +45,8 @@ update() {
brew cleanup
echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}"
npm install --global npm@latest npm-check-updates@latest
npm-check-updates --global --upgrade
npm install npm@latest --global
npm update --global
yarn global upgrade
echo -e "${YELLOW}Updating Ruby gems...${NC}"