Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/build.py')
-rw-r--r--devbot/build.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/devbot/build.py b/devbot/build.py
index bfb2ce8..23e70e7 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -177,6 +177,12 @@ def _build_activity(module, log):
_builders["activity"] = _build_activity
+def _build_node(module, log):
+ command.run(["npm", "install", "-g"], log)
+
+_builders["node"] = _build_node
+
+
def _distribute_autotools(module):
makefile = parse_makefile("Makefile")
filename = makefile["DIST_ARCHIVES"]