Running npm publish
to push a package to NPM there are several prompts where you confirm package name, license, etc.
Is there an equivalent of npm publish -y
? (i.e. in the way that apt-get install <pkg> -y
will automatically just say 'yes' for all prompts)