I am using npm link to point to a local clone of the npm package.
In the package.json file of the npm package I have set the entrypoint to dist/index.js.
When I develop on the local version I don't want to rebuild the project every time.
How can I solve this problem?