From 16190197f72ea242ae239dc2741e2887c7008dfa Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 8 Feb 2017 10:55:10 -0200 Subject: [#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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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;\ -- cgit v1.2.3