From 9aef64aec9896b0fd32554a93115374ffe444f16 Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Sat, 16 Feb 2013 12:58:45 +1100 Subject: [PATCH] Add depgraph to default build. --- .bob.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bob.json b/.bob.json index 60e109a..8e05389 100644 --- a/.bob.json +++ b/.bob.json @@ -1,5 +1,5 @@ { - "build": "clean lint complexity test coverage", + "build": "clean lint complexity test coverage depgraph", "test": { "type": "buster" },