diff --git a/Makefile b/Makefile index 420244b4..cd41539c 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