mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
update build-storybook step (#8503)
This commit is contained in:
parent
2f6b1523de
commit
a5ba469e41
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-fleet-website.yml
vendored
4
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue