mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
added minify.js and keyBinding.js
This commit is contained in:
parent
300752689f
commit
70c1fba20d
1 changed files with 2 additions and 1 deletions
3
test.sh
3
test.sh
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
npm i -g jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
jshint --config ./.jshintrc ./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
|
||||
Loading…
Add table
Add a link
Reference in a new issue