Merge branch 'master' into release/3.3

This commit is contained in:
Filipp Riabchun 2017-10-01 14:47:28 -07:00 committed by GitHub
commit 6e79d4cdd2

View File

@ -118,6 +118,10 @@ jobs:
name: "Install dependencies"
command: |
yarn install
- run:
name: "Bootstrapping"
command: |
yarn bootstrap --core --docs
- run:
name: "Linting"
command: |