mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
moving back jshint
This commit is contained in:
parent
c694ca3ab5
commit
40d0b1e34a
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1",
|
||||
"scripts":{"test":"sh test.sh","start": "server.js", "install": "jshint"},
|
||||
"scripts":{"test":"sh test.sh","start": "server.js"},
|
||||
"engines": { "node": "0.6.x" },
|
||||
"subdomain": "cloudcmd"
|
||||
}
|
||||
1
test.sh
1
test.sh
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
npm install -g jshint
|
||||
jshint *.js --config .jshintrc
|
||||
echo 'only warnings. no errors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue