Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: always fail on modified
yarn.lock
file
Seems like `yarn install --frozen-lockfile` doesn't always fail when `yarn.lock` changes (we put there the option believing it does). See: yarnpkg/yarn#5840 Instead, we should simply try to install the dependencies as usual and fail if something in the repo changes unexpectedly. Inspiration: facebook/docusaurus@4d93c89
- Loading branch information