fix documentation

This commit is contained in:
Sam
2022-07-23 16:55:57 +02:00
parent 8f5c48a893
commit 36fffa2b92
3 changed files with 12 additions and 12 deletions

View File

@ -784,7 +784,7 @@ Open http://localhost:3000
.. code-block:: bash
$ make lint-client # run lint on javascript files
$ make test-client # run unit tests on Client
$ make lint-python # run type check and lint on python files
$ make test-python # run unit tests on API
$ make docker-lint-client # run lint on javascript files
$ make docker-test-client # run unit tests on Client
$ make docker-lint-python # run type check and lint on python files
$ make docker-test-python # run unit tests on API