My Profile Photo

Sheogorath's Blog

Yarn and merge conflicts

Today I learned that yarn can resolve merge-conflicts on its own. If your yarn.lock has a conflict during a local merge, just run yarn and the package manager will resolve the conflict in the lock-file for you.

I came across this wile checking for an efficient way to solve merge conflicts while developing the new markdown-spellchecker version.