summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--liw-real.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/liw-real.conf b/liw-real.conf
index 7c23145..4c796e4 100644
--- a/liw-real.conf
+++ b/liw-real.conf
@@ -244,6 +244,16 @@
"build-commands": [
"true"
]
- }
+ },
+ {
+ "name": "clab",
+ "git": "git://git.gitano.org.uk/personal/liw/clab",
+ "build-depends": [
+ "cliapp"
+ ],
+ "build-commands": [
+ "yarn clab.yarn"
+ ]
+ }
]
}