From 4db7d7030395e21bc188980315ec1d545bf448c3 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 5 Jul 2023 23:19:08 -0600 Subject: [PATCH] docs: update contributing docs to install deps --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fb38a289..7d007a92a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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