Run css/js linting as part of make lint

This commit is contained in:
Matt Westcott 2017-08-11 17:21:00 +01:00
parent 04744d590a
commit e2b5dc384f

View file

@ -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