mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
CI builds should always use the `--frozen-lockfile` option. It will fail the build if the lockfile is out-of-date: > If you need reproducible dependencies, which is usually the case with the continuous integration systems, you should pass --frozen-lockfile flag. (https://yarnpkg.com/en/docs/cli/install/)