Skip to content

Commit

Permalink
Update contributing.md to recommend corepack (#39479)
Browse files Browse the repository at this point in the history
Since corepack is already [enabled for this repository](https://github.com/vercel/next.js/blob/1669c606842cce96eef4845a2cc679e73d16e383/package.json#L218), lets recommend it for contributing.

Learn more: https://styfle.dev/blog/corepack
  • Loading branch information
styfle committed Aug 10, 2022
1 parent 1669c60 commit 3d27653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing.md
Expand Up @@ -30,9 +30,9 @@ To develop locally:
```
git checkout -b MY_BRANCH_NAME
```
3. Install pnpm:
3. Enable pnpm:
```
npm install -g pnpm
corepack enable pnpm
```
4. Install the dependencies with:
```
Expand Down

0 comments on commit 3d27653

Please sign in to comment.