diff --git a/Makefile b/Makefile index aca178bc..420244b4 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: -npm install jshint -jshint *.js --config js/.jshintrc \ No newline at end of file + npm install jshint + jshint *.js --config js/.jshintrc \ No newline at end of file