mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
501217c778
commit
d19e0bc18c
1 changed files with 2 additions and 2 deletions
4
test.sh
4
test.sh
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
npm i jshint
|
||||
npm i -g jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
./node_modules/jshint/bin/hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js
|
||||
hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue