diff --git a/test.sh b/test.sh index 093a8d33..c27a8ee9 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/sh -npm i jshint +npm i -g 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 +hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file