fix documentation
This commit is contained in:
parent
8f5c48a893
commit
36fffa2b92
@ -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
|
@ -1068,10 +1068,10 @@ $ make docker-build
|
||||
<ul class="simple">
|
||||
<li><p>to run lint or tests:</p></li>
|
||||
</ul>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ make lint-client <span class="c1"># run lint on javascript files</span>
|
||||
$ make test-client <span class="c1"># run unit tests on Client</span>
|
||||
$ make lint-python <span class="c1"># run type check and lint on python files</span>
|
||||
$ make test-python <span class="c1"># run unit tests on API</span>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ make docker-lint-client <span class="c1"># run lint on javascript files</span>
|
||||
$ make docker-test-client <span class="c1"># run unit tests on Client</span>
|
||||
$ make docker-lint-python <span class="c1"># run type check and lint on python files</span>
|
||||
$ make docker-test-python <span class="c1"># run unit tests on API</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user