Hi, what’s the correct way to export my release ve...
# javascript
a
Hi, what’s the correct way to export my release version of a kotlin-js project for node, such that I don’t have to run everything through gradle.
and or how do I pass command line arguments to node run command?
e
I've seen this plugin being mentioned: https://gitlab.com/lt.petuska/npm-publish
a
Thanks, I’m not trying to publish the code, i just want to run the script without having to go through gradle
or at the bare minimum be able to pass command line args to my program, but I’m not really sure how to do that with gadle being in contrrol of npm
b
You can use npm-publish to assemble your node module. From there you can run npm commands as you wish