Yarn Zero-Installs

Zero-Installs commit Yarn's package cache (`.yarn/cache`) into the repository alongside the `.pnp.cjs` file. Clones of the repository can start working immediately without running `yarn install`, enabling truly reproducible builds and instant CI bootstraps.

API entry from apis.yml

apis.yml Raw ↑
aid: yarn-pkg:yarn-zero-installs
name: Yarn Zero-Installs
tags:
- Zero-Installs
- Reproducibility
- JavaScript
humanURL: https://yarnpkg.com/features/zero-installs
properties:
- url: https://yarnpkg.com/features/zero-installs
  type: Documentation
description: Zero-Installs commit Yarn's package cache (`.yarn/cache`) into the repository alongside the
  `.pnp.cjs` file. Clones of the repository can start working immediately without running `yarn install`,
  enabling truly reproducible builds and instant CI bootstraps.