From f6d01a63719fc2047669a6ac6c1048786e7bb064 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Mon, 11 Jan 2021 18:37:29 +0100 Subject: [PATCH] Run yarn install (necessary to build storybook) --- .github/workflows/deploy-vercel-storybook.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-vercel-storybook.yml b/.github/workflows/deploy-vercel-storybook.yml index cad9c563d..875e17f5d 100644 --- a/.github/workflows/deploy-vercel-storybook.yml +++ b/.github/workflows/deploy-vercel-storybook.yml @@ -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