From 1ab1984abe7b60187e774a110f9495a145b6803d Mon Sep 17 00:00:00 2001 From: Erin La <107987318+giterinhub@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:39:56 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#1425) Added an instruction to Compile the JavaScript. This is required for pytest tests to pass. --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a8f67c5dc..5be2500079 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,6 +82,12 @@ Install the pre-commit hooks: pre-commit install ``` +Compile the JavaScript: + +``` +( cd ./app/frontend ; npm install ; npm run build ) +``` + ## Running unit tests Run the tests: