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 (#2890)
  • Loading branch information
sukvvon authored Dec 10, 2024
1 parent 19cb879 commit 3fdf3c9
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 @@ -65,7 +65,7 @@ you can use this suggested workflow:

- Fork this repository;
- Create a new feature branch based on the `main` branch;
- Install dependencies by running `pnpm`;
- Install dependencies by running `pnpm install`;
- Create failing tests for your fix or new feature;
- Implement your changes and confirm that all test are passing.
You can run the tests continuously during development
Expand Down

0 comments on commit 3fdf3c9

Please sign in to comment.