Run css/js linting as part of make lint

pull/3762/head
Matt Westcott 2017-08-11 17:21:00 +01:00
rodzic 04744d590a
commit e2b5dc384f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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