2
0
Эх сурвалжийг харах

Run css/js linting as part of make lint

Matt Westcott 7 жил өмнө
parent
commit
e2b5dc384f
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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