mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Merge pull request #1934 from storybooks/master-ci-bootstrap-lint
Run bootstrap before linting on CI
This commit is contained in:
commit
aea029674d
@ -118,6 +118,10 @@ jobs:
|
||||
name: "Install dependencies"
|
||||
command: |
|
||||
yarn install
|
||||
- run:
|
||||
name: "Bootstrapping"
|
||||
command: |
|
||||
yarn bootstrap --core --docs
|
||||
- run:
|
||||
name: "Linting"
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user