mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
move build-storybook step (#8492)
This commit is contained in:
parent
96014148a8
commit
149a908b82
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-fleet-website.yml
vendored
6
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -51,6 +51,9 @@ 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
|
||||
|
||||
# Now start building!
|
||||
# > …but first, get a little crazy for a sec and delete the top-level package.json file
|
||||
# > i.e. the one used by the Fleet server. This is because require() in node will go
|
||||
|
|
@ -67,9 +70,6 @@ jobs:
|
|||
# > script here. For more info, see: https://github.com/fleetdm/fleet/pull/5549
|
||||
- run: rm -f .gitignore
|
||||
|
||||
# build storybook in the website's assets/ folder
|
||||
- run: npm run build-storybook -- -o ./website/assets/storybook --loglevel verbose
|
||||
|
||||
# Download dependencies (including dev deps)
|
||||
- run: cd website/ && npm install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue