Skip to content

Commit 1ab1984

Browse files
authored
Update CONTRIBUTING.md (#1425)
Added an instruction to Compile the JavaScript. This is required for pytest tests to pass.
1 parent a45774a commit 1ab1984

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ Install the pre-commit hooks:
8282
pre-commit install
8383
```
8484

85+
Compile the JavaScript:
86+
87+
```
88+
( cd ./app/frontend ; npm install ; npm run build )
89+
```
90+
8591
## <a name="unit-tests"></a> Running unit tests
8692

8793
Run the tests:

0 commit comments

Comments
 (0)