mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
add back public storybook site build step (#12746)
this adds back building and publishing of storybook website.
This commit is contained in:
parent
666ae8d787
commit
f9bbd47381
2 changed files with 4 additions and 1 deletions
3
.github/workflows/deploy-fleet-website.yml
vendored
3
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -58,6 +58,9 @@ jobs:
|
|||
with:
|
||||
go-version: 1.19
|
||||
|
||||
# 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
|
||||
# > i.e. the one used by the Fleet server. This is because require() in node will go
|
||||
|
|
|
|||
2
website/.eslintignore
vendored
2
website/.eslintignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
assets/dependencies/**/*.js
|
||||
views/**/*.ejs
|
||||
|
||||
assets/storybook/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue