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