my project depends on node modules as a dependency. Without it, my project fails to compile.
I have manually pushed all the node modules in my repo and after that, I can get my project to build on Jitpack.
However, this approach is not sustainable.
How can I install node modules automatically on Jitpack rather than committing them to my repo