<command>

Runs an arbitrary npm command (forwards the Terrabuild action name to npm). Example for command __dispatch__:

@npm __dispatch__ {
    args = "cache verify"
}

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • args - (Optional) Extra arguments for the npm command.
Last updated on