diff --git a/test/test.sh b/test/test.sh index a8b059b6..0982e7cd 100644 --- a/test/test.sh +++ b/test/test.sh @@ -4,7 +4,7 @@ npm i jshint -g echo "jshint server.js client.js lib/cloudfunc.js" jshint --config ./test/.jshintrc ./server.js ./client.js echo "jshint ./lib/cloudfunc.js ./lib/server/minify/minify.js ./lib/client/keyBinding.js" -jshint --config ./test/.jshintrc ./lib/cloudfunc.js ./lib/server/minify/minify.js ./lib/client/keyBinding.js +jshint --config ./test/.jshintrc ./lib/cloudfunc.js ./node_modules/minify/minify.js ./lib/client/keyBinding.js echo "jshint ./package.json ./config.json" jshint --config ./test/.jshintrc ./package.json ./config.json npm i uglify-js clean-css html-minifier css-b64-images