run npm install
This commit is contained in:
parent
877166dedc
commit
8161fa51a8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue