exec

ℹ️
This command is locally cacheable only.

Run exec script.

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

Argument Reference

The following arguments are supported:

  • package - (Optional) Package to exec.
  • args - (Optional) Arguments to pass to target.
Last updated on