exec
Executes a package binary via npm exec.
@npm exec {
package = "hello-world-npm"
args = "build-prod"
}Capabilities
| Capability | Info |
|---|---|
| Cache | local |
| Bach | no |
Argument Reference
The following arguments are supported:
package- (Optional) Package to run withnpm exec.args- (Optional) Arguments passed to the package command.
Last updated on