We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running packito without the -n arg, thus with the intention to publish, does not publish packages.
packito
-n
I could have missed something, but it appears that nothing calls the publish function?
publish
If a bug, what do you expect ?
Expect packito to publish given the publisher and publisher args.
Packito exits after bundling the code.
If a bug, how do you reproduce it :
npx packito -d ./dist npm
Node v14.15.1 Npm 6.14.8 OS: Max OS X Catalina
The text was updated successfully, but these errors were encountered:
Thanks, I need to check npm publishing.I do it ASAP.
Sorry, something went wrong.
No rush, thanks for looking into it. :)
mikbry
No branches or pull requests
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 :
Environnement
Node v14.15.1
Npm 6.14.8
OS: Max OS X Catalina
The text was updated successfully, but these errors were encountered: