diff --git a/test.sh b/test.sh index a345662e..75af5c73 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -npm install jshint -jshint *.js --config js/.jshintrc \ No newline at end of file +npm install -g jshint +jshint *.js --config .jshintrc \ No newline at end of file