mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
add one more echo
This commit is contained in:
parent
0b14c513d3
commit
98d548e79a
1 changed files with 1 additions and 0 deletions
1
test.sh
1
test.sh
|
|
@ -2,4 +2,5 @@
|
|||
npm i -g jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
jshint --config ./.jshintrc ./server.js ./client.js
|
||||
echo "jshint ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.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