update build-storybook step (#8503)

This commit is contained in:
Eric 2022-10-31 14:02:29 -05:00 committed by GitHub
parent 2f6b1523de
commit a5ba469e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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