I'm developing a npm package along with an application that uses it. I'm making a ton of small changes in this package and would like to be able to rerun the application after every iteration. The package is listed as a dependency in package.json
file within the app.
Currently, I've got the dependency pointing to a branch in remote git repository, but I'd like to speed this process up and not have to push every change. Is it possible to list the dependency as a directory in local file system?