浏览代码

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:
 lint:
 	flake8 wagtail
 	flake8 wagtail
 	isort --check-only --diff --recursive wagtail
 	isort --check-only --diff --recursive wagtail
+	npm run lint:css
+	npm run lint:js
 
 
 test:
 test:
 	python runtests.py
 	python runtests.py