run npm install

poljar/cmake_sas
David Baker 2018-10-03 16:24:21 +01:00
parent 877166dedc
commit 8161fa51a8
1 changed files with 3 additions and 0 deletions

View File

@ -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