From 8161fa51a8d92da400114f20e101fd1774145005 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Wed, 3 Oct 2018 16:24:21 +0100
Subject: [PATCH] run npm install

---
 .circleci/config.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0ef608b..07fa3fb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,6 +17,9 @@ jobs:
       - run:
           name: JS Compile
           command: make js
+      - run:
+          name: Install JS Deps
+          command: npm install
       - run:
           name: JS Tests
           working_directory: ~/repo/javascript
-- 
GitLab