perform yarn

This commit is contained in:
Lorin Werthen 2018-10-14 17:17:07 +02:00
parent 2966b2fc75
commit 22bc725d3a
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -38,6 +38,7 @@ before_install:
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y -qq yarn - sudo apt-get install -y -qq yarn
- yarn
script: script:
- bundle exec nanoc --env=prod - bundle exec nanoc --env=prod
- bundle exec nanoc --env=prod check --deploy - bundle exec nanoc --env=prod check --deploy