Yarn install with reproducible dependencies

Install yarn dependencies withuot a lockfile. This is useful if you need reproducible dependencies, which is usually the case with continuous integration systems.

Authored by: fab67
Brought to you by Warp, a free terminal reimagined to work like a modern app.

Command
Copy
yarn install --frozen-lockfile
Tags