diff --git a/contributing.md b/contributing.md index b07d1eb88737..6238e972f4bf 100644 --- a/contributing.md +++ b/contributing.md @@ -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: ```