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