Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The NPM actions in Continua are a wrapper around the NPM the npm command line. If you're having trouble using any of the NPM actions, please refer to the NPM Command Line Reference.

The NPM Publish action is used to publish NPM packages to a registry. [npm publish]

NPM Publish

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

If this is ticked, the command line output is written to the build log. [--silent]

Verbose logging

Tick this to pass the --verbose argument to get more detailed output from the NPM command line. [--verbose]

...