diff --git a/test.sh b/test.sh index 04c0b791..093a8d33 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,4 @@ #!/bin/sh npm i jshint +echo "jshint server.js client.js lib/cloudfunc.js" ./node_modules/jshint/bin/hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file