0

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)

Zach Smith
  • 8,458
  • 13
  • 59
  • 133

1 Answers1

1

I think that the command does not support that right now