<command>
Runs an arbitrary npm command (forwards the Terrabuild action name to npm).
Example for command __dispatch__:
@npm __dispatch__ {
args = "--port=1337"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Additional arguments appended to the npm command.
Last updated on