mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
node v4 compitability added
This commit is contained in:
parent
093b2c2a3f
commit
7262781a90
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
|
@ -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