Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
yarn link
instructions for Yarn v3+
The use of [`yarn link`](https://yarnpkg.com/cli/link) changed after the upgrade to Yarn v3+. It is no longer necessary to run `yarn link` in the client repository. Instead you can just do `yarn link ../path/to/client` in the browser extension repository. Fixes
- Loading branch information