Install client NPM modules.

This commit is contained in:
Clement Michaud 2019-02-24 10:58:58 +01:00
parent 923f1dc0cf
commit afb39fc8d0

View File

@ -23,8 +23,11 @@ addons:
- public.example.com - public.example.com
- authelia.example.com - authelia.example.com
- admin.example.com - admin.example.com
before_install: before_install:
- npm install -g npm@'>=2.13.5' - npm install -g npm@'>=2.13.5'
- pushd client && npm install && popd
before_script: before_script:
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
@ -33,6 +36,7 @@ script:
- "./scripts/authelia-scripts travis" - "./scripts/authelia-scripts travis"
after_success: after_success:
- "./scripts/authelia-scripts publish-docker" - "./scripts/authelia-scripts publish-docker"
deploy: deploy:
provider: npm provider: npm
email: clement.michaud34@gmail.com email: clement.michaud34@gmail.com