diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 752a0eab1..1a2834308 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -17,8 +17,8 @@ jobs: - name: Install and Build 🔧 run: | # Install npm packages and build the Storybook files - npm ci - npm run build-storybook + yarn install --frozen-lockfile + yarn build-storybook - name: Deploy 🚀 # https://github.com/JamesIves/github-pages-deploy-action