From d3e734e7160f1f59dc6bc795f115a81a69a18194 Mon Sep 17 00:00:00 2001 From: Nick Oliver Date: Mon, 14 Aug 2023 16:27:51 -0700 Subject: [PATCH] docs(contributing): install and use yarn 1 (#504) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e03b0808..9d2a1f7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). @@ -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. \ No newline at end of file