sonatype-nexus-community / nexus-repository-import-scripts

A few scripts for importing artifacts into Nexus Repository
Apache License 2.0
200 stars 95 forks source link

npm publish #3

Open BennyAfriat opened 6 years ago

BennyAfriat commented 6 years ago

I noticed that the script is looking for .tgz files, but in my node_modules folders the files are not g-zipped. The action that npm publish is doing is to actually do the gzip, isn't it?

DarthHater commented 6 years ago

Whenever I wrote that script, I had tgz files to work with. It might have changed since them. If you have a better approach, send me a PR @BennyAfriat !