Merge pull request #1934 from storybooks/master-ci-bootstrap-lint

Run bootstrap before linting on CI
This commit is contained in:
Filipp Riabchun 2017-10-01 05:56:12 -07:00 committed by GitHub
commit aea029674d

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: |