prefer yarn over npm (#705)

This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 292f56fe90
commit 4ceb7eaead
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ Since we want the record and replay sides to share a strongly typed data structu
[Typescript handbook](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html)
1. Fork the rrweb component repository you want to patch.
2. Run `npm install` to install required dependencies.
2. Run `yarn install` to install required dependencies.
3. Patch the code and pass all the tests.
4. Push the code and create a pull request.