Skip to content

Instantly share code, notes, and snippets.

View ronaldscott's full-sized avatar

Ronald Scott ronaldscott

View GitHub Profile
@ronaldscott
ronaldscott / npm.md
Last active November 29, 2022 17:43
cheatsheets

npm

upgrade specific package to latest version

npm upgrade @flocksafety/flock-jack-lib --save
npm i

Probably a decent idea to npm run build and npm run test afterwards as well.