Skip to content

Instantly share code, notes, and snippets.

View jahed's full-sized avatar

jahed.dev jahed

View GitHub Profile
@jahed
jahed / upgrade.sh
Last active November 24, 2021 22:15
Upgrade NPM Dependencies
#!/usr/bin/env bash
set -euo pipefail
echo "SETTING UP"
npm ci
npm install npm-check-updates
npm upgrade npm-check-updates
echo
echo "UPGRADING MINOR VERSIONS"