From e2b5dc384f1909d95991735a9ef034c0c4bb197e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 11 Aug 2017 17:21:00 +0100 Subject: [PATCH] Run css/js linting as part of make lint --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c107bb6a78..8173617a82 100644 --- a/Makefile +++ b/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