mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
Merge branch 'master' of github.com:coderaiser/cloudcmd
This commit is contained in:
commit
e5a07db27f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
npm i jshint
|
||||
npm install jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
./node_modules/jshint/bin/hint --config ./.jshintrc ./server.js ./client.js
|
||||
echo "jshint ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue