Skip to content

Commit

Permalink
Add doc target.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Aug 26, 2013
1 parent bb2929d commit 95bce8f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .bob.json
@@ -1,5 +1,11 @@
{
"build": "clean lint complexity test coverage",
"build": "clean lint complexity test coverage doc",
"lint": {
"type": "jshint"
},
"complexity": {
"type": "plato"
},
"test": {
"type": "buster"
},
Expand All @@ -8,5 +14,8 @@
},
"coverage": {
"type": "buster-istanbul"
},
"doc": {
"type": "dox-foundation"
}
}

0 comments on commit 95bce8f

Please sign in to comment.