CI: use yarn nightly in docs task

This commit is contained in:
hypnos 2017-09-07 02:57:36 +03:00
parent 75b0076edb
commit 181878df83

View File

@ -116,6 +116,10 @@ jobs:
keys:
- root-dependencies-{{ checksum "package.json" }}
- root-dependencies-
- run:
name: "Install yarn 1.0.0-prerelease"
command: |
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --nightly
- run:
name: "Bootstrapping"
command: |