You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
8
8
## Project setup
9
9
10
10
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)
12
12
3. Create a branch for your PR with `git checkout -b pr/your-branch-name`
13
13
14
14
> 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]
28
28
29
29
## Committing and Pushing changes
30
30
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
33
32
sure to include those changes (if they exist) in your commit.
0 commit comments