cloudcmd/test.sh
2012-06-25 20:27:50 +00:00

4 lines
No EOL
168 B
Bash

#!/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