Skip to content
Snippets Groups Projects
Commit 8161fa51 authored by David Baker's avatar David Baker
Browse files

run npm install

parent 877166de
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment