Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NpmPublishOptions

Hierarchy

Index

Properties

Properties

Optional command

command: undefined | string

Path to the npm or Yarn command-line program.

Default: "npm" (assumes that npm is in the $PATH)

directory

directory: Furi

Directory to the package to publish.

It must contain a package.json file.

Optional tag

tag: undefined | string

Tag to use for this publication.

Default: "latest".

Generated using TypeDoc