Skip to content

Instantly share code, notes, and snippets.

View m7kvqbe1's full-sized avatar
:shipit:
Hello, World!

Tom Humphris m7kvqbe1

:shipit:
Hello, World!
View GitHub Profile
yarn global add syncyarnlock // install syncyarnlock globally
yarn upgrade // update dependencies, updates yarn.lock
syncyarnlock -s -k // updates package.json with versions installed from yarn.lock
yarn install // updates yarn.lock with current version constraint from package.json