exec

Executes a package binary via npm exec.

@npm exec {
    package = "hello-world-npm"
    args = "build-prod"
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • package - (Optional) Package to run with npm exec.
  • args - (Optional) Arguments passed to the package command.
Last updated on