From 3364350b013e177565c3acef71b2b5412956ff64 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 15 May 2019 10:03:29 +0100 Subject: [PATCH] Fix the check target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 199175df6..9b19aaf9f 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ bundle-dev: linter: cd web && yarn run linter -check: install-node bundle linter - cd web && pycodestyle --config=.pycodestyle . && yarn run karma start --single-run && python regression/runtests.py +check: install-node bundle linter check-pep8 + cd web && yarn run karma start --single-run && python regression/runtests.py check-pep8: pycodestyle --config=.pycodestyle docs/