This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder