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
Description
Running
packitowithout the-narg, thus with the intention to publish, does not publish packages.I could have missed something, but it appears that nothing calls the
publishfunction?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 :
Environnement
Node v14.15.1
Npm 6.14.8
OS: Max OS X Catalina