mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor
This commit is contained in:
commit
276cc436d4
3 changed files with 11 additions and 6 deletions
|
|
@ -5,4 +5,7 @@
|
|||
- 0.7 # development version of 0.8, may be unstable
|
||||
- 0.8
|
||||
notifications:
|
||||
webhooks: http://requestb.in/12h5bl71 #http://webhooks.jit.su/deploy
|
||||
webhooks:
|
||||
http://requestb.in/12h5bl71
|
||||
#urls:
|
||||
# http://webhooks.jit.su/deploy #
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.1-5",
|
||||
"scripts":{"test":"sh test.sh","start": "server.js"},
|
||||
"engines": { "node": "0.6.x" },
|
||||
"subdomain": "cloudcmd"
|
||||
|
|
|
|||
10
test.sh
10
test.sh
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
npm i -g jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
jshint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js
|
||||
#!/bin/sh
|
||||
npm i -g jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
jshint --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