mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
minor changes
This commit is contained in:
parent
5ffd0a6c58
commit
01cc73188f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#linting js files
|
||||
npm i jshint
|
||||
echo "jshint server.js client.js cloudcmd.js"
|
||||
./node_modules/jshint/bin/hint --config .jshintrc ./server.js ./client.js ./cloudcmd.js
|
||||
./node_modules/jshint/bin/hint --config ./test/.jshintrc ./server.js ./client.js ./cloudcmd.js
|
||||
echo "jshint lib/cloudfunc.js lib/client/keyBinding.js"
|
||||
./node_modules/jshint/bin/hint --config ./test/.jshintrc ./lib/cloudfunc.js ./node_modules/minify/minify.js ./lib/client/keyBinding.js
|
||||
echo "jshint ./package.json ./config.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue