Skip to content

Commit

Permalink
docs: update contributing docs to install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 6, 2023
1 parent bc751e7 commit 4db7d70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ instructions:

1. Fork and clone the repo
2. Copy `.env.example` into `.env`
3. Run `npm run setup -s` to install dependencies and run validation
3. Run `npm install && npm run setup -s` to install dependencies and run
validation
4. Create a branch for your PR with `git checkout -b pr/your-branch-name`

> Tip: Keep your `main` branch pointing at the original repository and make pull
Expand Down

0 comments on commit 4db7d70

Please sign in to comment.