run

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

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

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • target - (Optional) Script target to invoke.
  • args - (Optional) Extra arguments forwarded after --.
Last updated on