install
Installs packages with yarn install, optionally updating the lockfile or ignoring engines.
@yarn install {
update = false
ignore_engines = false
args = "--verbose"
}Capabilities
| Capability | Info |
|---|---|
| Cache | local |
| Bach | no |
Argument Reference
The following arguments are supported:
update- (Optional) Allows lockfile updates. Default value isfalse.ignore_engines- (Optional) Adds--ignore-engines. Default value isfalse.args- (Optional) Extrayarn installarguments.
Last updated on