From 20e7432ca0d30f20746c0f69eb7eff5df8e8732d Mon Sep 17 00:00:00 2001 From: Elena Tanasoiu Date: Thu, 3 Nov 2022 12:22:24 +0000 Subject: [PATCH] Mention `npm run build` in the docs --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ec336287..be3de6b85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,7 +106,9 @@ Any test data you're using (sample projects, config files, etc.) must go in a `s #### Running the tests -You will need to have `npm run watch` running in the background. +Pre-requisites: +1. Run `npm run build`. +2. You will need to have `npm run watch` running in the background. ##### 1. From the terminal