Skip to content

Commit

Permalink
Run yarn install (necessary to build storybook)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 11, 2021
1 parent 6a3bff2 commit f6d01a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
run: |
# Print the version of the "vercel" CLI being used (helps debugging)
vercel --version
echo "Installing dependencies"
yarn install
echo "Building and deploying StoryBook static site"
# Deploy the customer on Vercel using the customer ref
Expand Down

1 comment on commit f6d01a6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.