summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-08 10:55:10 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-08 13:51:37 -0200
commit16190197f72ea242ae239dc2741e2887c7008dfa (patch)
tree829ca7f57d7f90af67d6ffe47346b0260609163a /Makefile
parent7f76c79319bf0817222fc88011fd870d97648963 (diff)
[#922] Add test coverage for new js files
Since this added a lot of scripts to our npm scripts, this commit also organizes the package.json. with @tayanefernandes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a263ec42..1d7a2343 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ linters_py:
linters_js:
@cd web-ui;\
- npm run jshint
+ npm run lint
coverage:
@. $(VIRTUALENV)/bin/activate;\