mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
5 lines
No EOL
226 B
Bash
5 lines
No EOL
226 B
Bash
#!/bin/sh
|
|
npm i -g jshint
|
|
echo "jshint server.js client.js lib/cloudfunc.js"
|
|
jshint --config ./.jshintrc ./server.js ./client.js
|
|
jshint --config ./.jshintrc ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js |