install

Installs packages with yarn install, optionally updating the lockfile or ignoring engines.

@yarn install {
    update = false
    ignore_engines = false
    args = "--verbose"
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • update - (Optional) Allows lockfile updates. Default value is false.
  • ignore_engines - (Optional) Adds --ignore-engines. Default value is false.
  • args - (Optional) Extra yarn install arguments.
Last updated on