I have two local JavaScript projects. Let's call them spinner and admin.
spinner is part of a dependency for admin. However, there's a bug in spinner and I need to fix this bug. I thin I have fixed the bug, but I don't know how to reload this dependency without pushing to github and running npm update.
Is there any way to either live reload the dependency or update the dependency locally to test my fix in the admin project?