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 Pack action is used to build NPM packages for publishing to a registry. [npm pack]

NPM Pack

...

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]

...