It's easy to not notice when to run a `yarn install` either when switching branches or doing a git pull. This adds a hook to diff your previous yarn.lock with the one your changing to, and if there's changes running 'yarn install' for you.