Skip to content

Commit

Permalink
ADD lazy storybook install, normally this would be installed inaside …
Browse files Browse the repository at this point in the history
…the user's repo. we don't want to have this as a production dependency
  • Loading branch information
ndelangen committed Nov 15, 2019
1 parent f72493b commit dc67a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/self-run-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn add @storybook/react
- uses: ./
with:
appCode: ${{ secrets.CHROMATIC_APP_CODE }}
Expand Down

0 comments on commit dc67a93

Please sign in to comment.