mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
move build-storybook step (#8492)
This commit is contained in:
parent
96014148a8
commit
149a908b82
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 New Issue
Block a user