cloudcmd/test.sh
2012-06-25 19:43:34 +00:00

4 lines
No EOL
118 B
Bash

#!/bin/sh
npm i jshint
./node_modules/jshint/bin/hint ./server.js --config ./.jshintrc
echo 'only warnings. no errors'