mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(test) echo: keyBinding -> key, ie -> polyfill, viewer -> view, editor/_… …codemirror -> edit, terminal -> console
This commit is contained in:
parent
1e1c81487f
commit
c4930ff446
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
npm i recess jshint
|
||||
echo "jshint server.js client.js cloudcmd.js"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc lib/server.js lib/client.js cloudcmd.js
|
||||
echo "jshint lib/cloudfunc.js lib/client/keyBinding.js"
|
||||
echo "jshint lib/cloudfunc.js lib/client/key.js"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc lib/util.js lib/cloudfunc.js lib/client/key.js
|
||||
echo "lib/client/dom.js lib/client/ie.js lib/client/menu.js lib/client/socket.js ./lib/client/terminal.js lib/client/viewer.js lib/client/storage/_github.js lib/client/menu.js lib/client/editor/_codemirror.js"
|
||||
echo "lib/client/dom.js lib/client/polyfill.js lib/client/menu.js lib/client/socket.js ./lib/client/console.js lib/client/view.js lib/client/storage/_github.js lib/client/menu.js lib/client/edit.js"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc lib/client/dom.js lib/client/polyfill.js lib/client/menu.js lib/client/socket.js ./lib/client/console.js lib/client/view.js lib/client/storage/_github.js lib/client/menu.js lib/client/edit.js
|
||||
echo "jshint ./package.json ./json/config.json"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc ./package.json ./json/config.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue