run

ℹ️
This command is locally cacheable only.

Run an npx command.

@npx run {
    package = "hello-world-npm"
    args = ""
}

Argument Reference

The following arguments are supported:

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