Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): change 'pnpm' to 'pnpm install' for installing…
Browse files Browse the repository at this point in the history
… dependencies (#2851)
  • Loading branch information
sukvvon authored Dec 10, 2024
1 parent d2a42f7 commit 096c49a
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 @@ -25,7 +25,7 @@ If you would like to contribute by fixing an open issue or developing a new feat

### Core lib

1. Install dependencies by running `pnpm`.
1. Install dependencies by running `pnpm install`.
2. Create failing tests for your fix or new feature in the `tests` folder
3. Implement your changes
4. Build the library `pnpm run build` _(Pro-tip: `pnpm run build-watch` runs the build in watch mode)_
Expand Down

0 comments on commit 096c49a

Please sign in to comment.