Procházet zdrojové kódy

Run css/js linting as part of make lint

Matt Westcott před 7 roky
rodič
revize
e2b5dc384f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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