Added npm install to make sure eslint will work (it needs babel)

This commit is contained in:
Shay Nehmad 2019-11-07 16:35:42 +02:00
parent f313a34cbb
commit 1194bc0d06
1 changed files with 3 additions and 0 deletions

View File

@ -18,7 +18,10 @@ install:
- pip install -r monkey/infection_monkey/requirements_linux.txt # for unit tests
# JS
- cd monkey/monkey_island/cc/ui
- npm i
- npm i -g eslint
- cd -
before_script:
# Set the server config to `testing`, for the UTs to use mongomaock and pass.