Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1425)
Browse files Browse the repository at this point in the history
Added an instruction to Compile the JavaScript. This is required for pytest tests to pass.
  • Loading branch information
giterinhub authored Mar 14, 2024
1 parent a45774a commit 1ab1984
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ Install the pre-commit hooks:
pre-commit install
```

Compile the JavaScript:

```
( cd ./app/frontend ; npm install ; npm run build )
```

## <a name="unit-tests"></a> Running unit tests

Run the tests:
Expand Down

0 comments on commit 1ab1984

Please sign in to comment.