microsoft / react-native-windows-samples

A repository showcasing React Native samples and templates for Windows, macOS, and Surface Duo.
https://microsoft.github.io/react-native-windows/
MIT License
477 stars 198 forks source link

Restore a working website/yarn.lock so website builds #957

Closed jonthysell closed 1 month ago

jonthysell commented 1 month ago

Description

Adding a yarn.lock file for the website that works (i.e. the website builds successfully).

Why

While we do block unnecessary yarn.lock files in random folders, it seems the website one might be necessary.

It looks like there may have been a breaking change in a cheerio package that we're picking up when the CI builds because, without a yarn lock to keep us on known good dependency versions, we get a broken cheerio package.

Resolves #956

Screenshots

N/A

Microsoft Reviewers: Open in CodeFlow