Reputation: 12357
I'm using an npm package
in my-project
and I have some updates I want to apply to that package:
npm package
pull request
at this point, but I do want to start using the locally updated package in my-projectIs there an established process for doing this locally - using the updated source in my-project as an npm module?
Upvotes: 0
Views: 603