Skip to content

Commit bd91a6d

Browse files
authored
docs: update CONTRIBUTING.md (#153)
1 parent 21b9e01 commit bd91a6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
88
## Project setup
99

1010
1. Fork and clone the repo
11-
2. Run `npm run setup -s` to install dependencies and run validation
11+
2. Run `pnpm install` to install dependencies and run validation (We use pnpm so you need to follow [pnpm installation guide](https://pnpm.io/installation) first)
1212
3. Create a branch for your PR with `git checkout -b pr/your-branch-name`
1313

1414
> Tip: Keep your `master` branch pointing at the original repository and make
@@ -28,8 +28,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
2828
2929
## Committing and Pushing changes
3030
31-
Please make sure to run the tests before you commit your changes. You can run
32-
`npm run test:update` which will update any snapshots that need updating. Make
31+
Please make sure to run the tests before you commit your changes. You can run `pnpm test`. Make
3332
sure to include those changes (if they exist) in your commit.
3433
3534
## Help needed

0 commit comments

Comments
 (0)