summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-02-08 17:45:34 -0200
committerGitHub <noreply@github.com>2017-02-08 17:45:34 -0200
commit0d4cf4ad3a5da62f65730d6c3e3665fc12d72590 (patch)
treee852ab83caeca6158ffc78e3cda100157ddb9f88 /Makefile
parenta1c384cebd80e177389ef79c2de6400db986aaa6 (diff)
parentea852b12e33b0e50ba7986c33ad68be5e38305ba (diff)
Merge pull request #965 from pixelated/backup-email-page
Adds lint, coverage and css autoprefixer
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;\