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:
|
- run:
|
||||||
name: JS Compile
|
name: JS Compile
|
||||||
command: make js
|
command: make js
|
||||||
|
- run:
|
||||||
|
name: Install JS Deps
|
||||||
|
command: npm install
|
||||||
- run:
|
- run:
|
||||||
name: JS Tests
|
name: JS Tests
|
||||||
working_directory: ~/repo/javascript
|
working_directory: ~/repo/javascript
|
||||||
|
|
Loading…
Reference in a new issue