From a5ba469e410ec0204e655565fd31157eb9f4f146 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 31 Oct 2022 14:02:29 -0500 Subject: [PATCH] update build-storybook step (#8503) --- .github/workflows/deploy-fleet-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index 965eb13a57..30cfa64e90 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -51,8 +51,8 @@ jobs: with: node-version: ${{ matrix.node-version }} - # Build storybook in the website's assets/ folder - - run: npm run build-storybook -- -o ./website/assets/storybook --loglevel verbose + # Download top-level dependencies and build Storybook in the website's assets/ folder + - run: npm install && npm run build-storybook -- -o ./website/assets/storybook --loglevel verbose # Now start building! # > …but first, get a little crazy for a sec and delete the top-level package.json file