run

Runs an arbitrary npm script via npm run <target>.

@npm run {
    target = "build:prod"
    args = "--watch"
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • target - (Required) Script name.
  • args - (Optional) Extra arguments after --.
Last updated on