mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
Fix the check target.
This commit is contained in:
parent
4b421550d3
commit
3364350b01
4
Makefile
4
Makefile
@ -31,8 +31,8 @@ bundle-dev:
|
|||||||
linter:
|
linter:
|
||||||
cd web && yarn run linter
|
cd web && yarn run linter
|
||||||
|
|
||||||
check: install-node bundle linter
|
check: install-node bundle linter check-pep8
|
||||||
cd web && pycodestyle --config=.pycodestyle . && yarn run karma start --single-run && python regression/runtests.py
|
cd web && yarn run karma start --single-run && python regression/runtests.py
|
||||||
|
|
||||||
check-pep8:
|
check-pep8:
|
||||||
pycodestyle --config=.pycodestyle docs/
|
pycodestyle --config=.pycodestyle docs/
|
||||||
|
Loading…
Reference in New Issue
Block a user