manually build storybook before the chromatic action

This commit is contained in:
nikek
2020-05-18 16:53:55 +02:00
parent f1dcd53038
commit a3adfc79fc
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Required to retrieve git history
- run: yarn install
- run: yarn install && yarn build-storybook
- uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}