mikbry / packito

Packito cleans your npm package before publishing it !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] publisher and publisher args are ignored

twelve17 opened this issue · comments

Description

Running packito without the -n arg, thus with the intention to publish, does not publish packages.

I could have missed something, but it appears that nothing calls the publish function?

Expected behaviour

If a bug, what do you expect ?

Expect packito to publish given the publisher and publisher args.

Actual behaviour

Packito exits after bundling the code.

Steps to reproduce

If a bug, how do you reproduce it :

  • run packito without the -n option, and passing in a publisher and args
npx packito -d ./dist npm

Environnement

Node v14.15.1
Npm 6.14.8
OS: Max OS X Catalina

commented

Thanks, I need to check npm publishing.I do it ASAP.

No rush, thanks for looking into it. :)