mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test.js-moved-to-test-folder
This commit is contained in:
parent
093b2c2a3f
commit
cfb94ea2a6
1 changed files with 0 additions and 0 deletions
6
test/test.sh
Normal file
6
test/test.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
npm i 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"
|
||||
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