Hi I am not sure if I am doing things correctly. Whenever I rebase an hit an issue with package.json
and the lock file. I fix the package.json, but then delete the lockfile and just run pnpm i
again.
But recently I noticed an issue where the lockfile in the master branch and a newly generated lockfile were different.
My team members were like, you should never try to generate a new lockfile. Just keep running pnpm i
.
So am I doing this wrong, or do you think we actually have botched locking file in our master branch?