install

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

@yarn install {
    update = true
    ignore-engines = true
    args = "--verbose"
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • update - (Optional) Allow lockfile updates (omit to enforce frozen lockfile).
  • ignore-engines - (Optional) Adds --ignore-engines.
  • args - (Optional) Additional arguments for yarn install.
Last updated on