fix: regenerate yarn.lock file by ruchamahabal [frappe] PR#2055
From: https://github.com/frappe/hrms/pull/2055
Date: 2024-08-07 17:45:03+05:30
- fix: regenerate yarn.lock file
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-2055
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-2055
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease