diff --git a/test.sh b/test.sh index c27a8ee9..2c0c1bdd 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/sh npm i -g jshint echo "jshint server.js client.js lib/cloudfunc.js" -hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file +jhint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file