Kaynağa Gözat

Run css/js linting as part of make lint

Matt Westcott 7 yıl önce
ebeveyn
işleme
e2b5dc384f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      Makefile

+ 2 - 0
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