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: