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