diff --git a/test.sh b/test.sh index 224493bb..23b35ae2 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/sh npm install -g jshint -jshint *.js lib/*.js --config .jshintrc +jshint server.js --config .jshintrc echo 'only warnings. no errors' \ No newline at end of file