Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
docs(contributing): install and use yarn 1 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
PixnBits authored Aug 14, 2023
1 parent ab9e6de commit d3e734e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This project adheres to the American Express [Code of Conduct](./CODE_OF_CONDUCT
3. Install the dependencies by running

```bash
$ yarn
$ npx yarn@^1
```

4. You can now run the scripts within the different [packages](./packages).
Expand Down Expand Up @@ -100,4 +100,4 @@ Please review our [Security Policy](./SECURITY.md). Please follow the instructio
### Git Commit Guidelines
We follow [conventional commits](https://www.conventionalcommits.org/) for git commit message formatting. These rules make it easier to review commit logs and improve contextual understanding of code changes. This also allows us to auto-generate the CHANGELOG from commit messages.
We follow [conventional commits](https://www.conventionalcommits.org/) for git commit message formatting. These rules make it easier to review commit logs and improve contextual understanding of code changes. This also allows us to auto-generate the CHANGELOG from commit messages.

0 comments on commit d3e734e

Please sign in to comment.