فهرست منبع

Run css/js linting as part of make lint

Matt Westcott 7 سال پیش
والد
کامیت
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