diff --git a/docs/_sources/installation.rst.txt b/docs/_sources/installation.rst.txt index 1e88243f..a057bb4f 100644 --- a/docs/_sources/installation.rst.txt +++ b/docs/_sources/installation.rst.txt @@ -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 \ No newline at end of file + $ 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 \ No newline at end of file diff --git a/docs/installation.html b/docs/installation.html index 6e955415..2f60949f 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -1068,10 +1068,10 @@ $ make docker-build -
$ 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
 
diff --git a/docsrc/source/installation.rst b/docsrc/source/installation.rst index 1e88243f..a057bb4f 100644 --- a/docsrc/source/installation.rst +++ b/docsrc/source/installation.rst @@ -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 \ No newline at end of file + $ 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 \ No newline at end of file