run
Runs an arbitrary npm script via npm run <target>.
@npm run {
target = "build-prod"
args = "build-prod"
}Capabilities
| Capability | Info |
|---|---|
| Cache | local |
| Bach | no |
Argument Reference
The following arguments are supported:
target- (Optional) Script target to invoke.args- (Optional) Extra arguments forwarded after--.
Last updated on