mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-17 05:21:00 +00:00
Run css/js linting as part of make lint
This commit is contained in:
parent
04744d590a
commit
e2b5dc384f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -18,6 +18,8 @@ develop: clean-pyc
|
|||
lint:
|
||||
flake8 wagtail
|
||||
isort --check-only --diff --recursive wagtail
|
||||
npm run lint:css
|
||||
npm run lint:js
|
||||
|
||||
test:
|
||||
python runtests.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue