In my monorepo, I have package-a and package-b , package-b depends on package-a.
I want to update both of them and package-b needs the updated version of package-a.
When I do a npm install, looks like package-a is being pulled from the company artifactory where we don't have the changes yet.
How do I update the packages and test them in my local?