diff options
author | David Baker <dave@matrix.org> | 2018-10-03 16:24:21 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-10-03 16:24:21 +0100 |
commit | 8161fa51a8d92da400114f20e101fd1774145005 (patch) | |
tree | 29016bcfc628a7130e76ebca5501d5c0aead65cc /.circleci | |
parent | 877166dedc0d25e9404ff429219e19e940aa80af (diff) |
run npm install
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ef608b..07fa3fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,9 @@ jobs: name: JS Compile command: make js - run: + name: Install JS Deps + command: npm install + - run: name: JS Tests working_directory: ~/repo/javascript command: npm run test |