install

ℹ️
This command is locally cacheable only.

Install packages using lock file.

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

Argument Reference

The following arguments are supported:

  • update - (Optional) Restore and update lock file.
  • ignore-engines - (Optional) Ignore engines on install.
  • args - (Optional) Arguments to pass to target.
Last updated on