diff --git a/test/test.sh b/test/test.sh index dcd0e778..4a5f3701 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,8 +2,8 @@ npm i recess jshint echo "jshint lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js" node_modules/jshint/bin/jshint --config test/.jshintrc lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js -echo "jshint ./package.json ./json/config.json ./json/modules.json" -node_modules/jshint/bin/jshint --config test/.jshintrc ./package.json ./json/config.json ./json/modules.json +echo "jshint package.json json/*.json" +node_modules/jshint/bin/jshint --config test/.jshintrc package.json json/*.json #linting css files echo "recess css/*.css" ./node_modules/recess/bin/recess css/*.css