run

Run run script.

@pnpm run {
    target = "build-prod"
    args = "build-prod"
    no_recursive = true
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • target - (Optional) Target to invoke.
  • args - (Optional) Arguments to pass to target.
  • no_recursive - (Optional) No recursive
Last updated on