Join Slack
Powered by
Hi, what’s the correct way to export my release ve...
# javascript
a
andrewreitz
11/14/2020, 6:54 PM
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.
andrewreitz
11/14/2020, 7:14 PM
and or how do I pass command line arguments to node run command?
e
ESchouten
11/14/2020, 7:44 PM
I've seen this plugin being mentioned:
https://gitlab.com/lt.petuska/npm-publish
a
andrewreitz
11/14/2020, 8:07 PM
Thanks, I’m not trying to publish the code, i just want to run the script without having to go through gradle
andrewreitz
11/14/2020, 8:08 PM
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
Big Chungus
11/16/2020, 8:47 AM
You can use npm-publish to assemble your node module. From there you can run npm commands as you wish
4
Views
Open in Slack
Previous
Next