Skip to content

Commit

Permalink
Update missed yarn -> pnpm in contributing (#37370)
Browse files Browse the repository at this point in the history
* Update missed yarn -> pnpm in contributing

* Apply suggestions from code review

Co-authored-by: Shu Ding <g@shud.in>
  • Loading branch information
ijjk and shuding authored Jun 1, 2022
1 parent 1f47d0b commit 1420dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ There are two options to develop with your local version of the codebase:
3. In your app's root directory, run:
```sh
yarn
pnpm i
```
to re-install all of the dependencies.
Expand Down

0 comments on commit 1420dd9

Please sign in to comment.